summaryrefslogtreecommitdiff
path: root/lib-src/pop.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-07-06 18:32:56 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-07-06 18:32:56 -0700
commit0e926e561c259468174b16407dd7271c2c8fe904 (patch)
tree6a226d2950e17e8e117874c6714fd054600ffba6 /lib-src/pop.c
parent59361254a6ea5fcfc2f1ec344665aa719fbb936f (diff)
downloademacs-0e926e561c259468174b16407dd7271c2c8fe904.tar.gz
Assume freestanding C89 headers, string.h, stdlib.h.
Diffstat (limited to 'lib-src/pop.c')
-rw-r--r--lib-src/pop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c
index 426b39bd1fb..a94e06fbd87 100644
--- a/lib-src/pop.c
+++ b/lib-src/pop.c
@@ -65,9 +65,7 @@ extern struct servent *hes_getservbyname (/* char *, char * */);
#include <netdb.h>
#include <errno.h>
#include <stdio.h>
-#ifdef STDC_HEADERS
#include <string.h>
-#endif
#include <unistd.h>
#ifdef KERBEROS