diff options
| author | Paul Eggert | 2011-01-09 00:12:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-09 00:12:35 -0800 |
| commit | 4004364e6777a1ed2c3e2c0fdf9fed871b186ac3 (patch) | |
| tree | 44d96204ce5ebd144662234e6185d542838be9d1 /src/filelock.c | |
| parent | 613f7bda1d003048ad79e7c4bba744e5057d609e (diff) | |
| download | emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip | |
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/filelock.c')
| -rw-r--r-- | src/filelock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/filelock.c b/src/filelock.c index ae0584c447a..9eb1f461cd6 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -32,10 +32,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 32 | 32 | ||
| 33 | #include <sys/file.h> | 33 | #include <sys/file.h> |
| 34 | #include <fcntl.h> | 34 | #include <fcntl.h> |
| 35 | |||
| 36 | #ifdef HAVE_UNISTD_H | ||
| 37 | #include <unistd.h> | 35 | #include <unistd.h> |
| 38 | #endif | ||
| 39 | 36 | ||
| 40 | #ifdef __FreeBSD__ | 37 | #ifdef __FreeBSD__ |
| 41 | #include <sys/sysctl.h> | 38 | #include <sys/sysctl.h> |