Mercurial > emacs
comparison lib-src/emacsclient.c @ 112317:7df2e30d72ec
Include <unistd.h> unilaterally.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 09 Jan 2011 00:12:35 -0800 |
parents | 2887524f362a |
children | 17e0028efc29 |
comparison
equal
deleted
inserted
replaced
112316:2887524f362a | 112317:7df2e30d72ec |
---|---|
73 | 73 |
74 #include <stdarg.h> | 74 #include <stdarg.h> |
75 #include <ctype.h> | 75 #include <ctype.h> |
76 #include <stdio.h> | 76 #include <stdio.h> |
77 #include <getopt.h> | 77 #include <getopt.h> |
78 #ifdef HAVE_UNISTD_H | 78 #include <unistd.h> |
79 # include <unistd.h> | |
80 #endif | |
81 | 79 |
82 #include <pwd.h> | 80 #include <pwd.h> |
83 #include <sys/stat.h> | 81 #include <sys/stat.h> |
84 #include <signal.h> | 82 #include <signal.h> |
85 #include <errno.h> | 83 #include <errno.h> |