]> arthur.barton.de Git - netatalk.git/blobdiff - sys/solaris/if.c
More Solaris cleanups for 64bit compatibility.
[netatalk.git] / sys / solaris / if.c
index 810e748578685ebd4343d46142314c468a2436d8..922c6023eba76124d9891bf9ea8aa42bccdfd337 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id: if.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/socket.h>
 #include <sys/sockio.h>
 #include <sys/ddi.h>
 #include <net/if.h>
 #include <netinet/arp.h>
+
+#ifdef STDC_HEADERS
+#include <strings.h>
+#else
 #include <string.h>
+#endif
 
 #include <netatalk/at.h>
 #include <netatalk/aarp.h>