aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c
diff options
context:
space:
mode:
authorPaul Eggert2011-01-09 00:12:35 -0800
committerPaul Eggert2011-01-09 00:12:35 -0800
commit4004364e6777a1ed2c3e2c0fdf9fed871b186ac3 (patch)
tree44d96204ce5ebd144662234e6185d542838be9d1 /src/filelock.c
parent613f7bda1d003048ad79e7c4bba744e5057d609e (diff)
downloademacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz
emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/filelock.c')
-rw-r--r--src/filelock.c3
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>