diff lib-src/gnuslib.c @ 149:538048ae2ab8 r20-3b1

Import from CVS: tag r20-3b1
author cvs
date Mon, 13 Aug 2007 09:36:16 +0200
parents 360340f9fd5f
children 43dd3413c7c7
line wrap: on
line diff
--- a/lib-src/gnuslib.c	Mon Aug 13 09:35:15 2007 +0200
+++ b/lib-src/gnuslib.c	Mon Aug 13 09:36:16 2007 +0200
@@ -63,8 +63,12 @@
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#ifdef HAVE_UNISTD_H
 #include <unistd.h>
+#endif /* HAVE_UNISTD_H */
+#ifdef HAVE_STRING_H
 #include <string.h>
+#endif /* HAVE_STRING_H */
 
 #include <arpa/inet.h>