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 /lib-src/pop.c | |
| parent | 613f7bda1d003048ad79e7c4bba744e5057d609e (diff) | |
| download | emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip | |
Include <unistd.h> unilaterally.
Diffstat (limited to 'lib-src/pop.c')
| -rw-r--r-- | lib-src/pop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index 9eabbd2041e..78793f1e9c7 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -68,9 +68,7 @@ extern struct servent *hes_getservbyname (/* char *, char * */); | |||
| 68 | #include <string.h> | 68 | #include <string.h> |
| 69 | #define index strchr | 69 | #define index strchr |
| 70 | #endif | 70 | #endif |
| 71 | #ifdef HAVE_UNISTD_H | ||
| 72 | #include <unistd.h> | 71 | #include <unistd.h> |
| 73 | #endif | ||
| 74 | 72 | ||
| 75 | #ifdef KERBEROS | 73 | #ifdef KERBEROS |
| 76 | # ifdef HAVE_KRB5_H | 74 | # ifdef HAVE_KRB5_H |