]> arthur.barton.de Git - netatalk.git/blobdiff - sys/solaris/sock.c
Update NEWS
[netatalk.git] / sys / solaris / sock.c
index 2c197993a597688d103fed154c77875578fc0604..0a3fb799fcc89deb65584716eabe5196fabeef9a 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id: sock.c,v 1.2 2002-01-17 07:11:13 srittau Exp $
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include <sys/types.h>
 #include <sys/stream.h>
 #include <sys/socket.h>
@@ -8,7 +15,11 @@
 #include <sys/ethernet.h>
 #include <net/if.h>
 
+#ifdef STDC_HEADERS
+#include <strings.h>
+#else
 #include <string.h>
+#endif
 
 #include <netatalk/at.h>