summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-01-09 00:12:35 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-01-09 00:12:35 -0800
commitbde4b372acc7652bc8e2627cc038e2fc815bec71 (patch)
treec414a53e42ae4b4c3c6055f752f53e732d3ec132 /lib-src/emacsclient.c
parentaaf9467fb0159a467942d7086307c3542698a881 (diff)
downloademacs-bde4b372acc7652bc8e2627cc038e2fc815bec71.tar.gz
Include <unistd.h> unilaterally.
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r--lib-src/emacsclient.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 7bf19d11473..6e52b4dfeab 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -75,9 +75,7 @@ char *w32_getenv (char *);
#include <ctype.h>
#include <stdio.h>
#include <getopt.h>
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
#include <pwd.h>
#include <sys/stat.h>