]> arthur.barton.de Git - netatalk.git/blobdiff - sys/solaris/ddp.c
Cleanups that aim towards the 64bit fixes.
[netatalk.git] / sys / solaris / ddp.c
index 97dea86f917f67b5f3ff6220106569d7285860d4..526c5f893e51be1497e72501409fd73fe59cb4cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ddp.c,v 1.2 2001-06-29 14:14:47 rufustfirefly Exp $
+ * $Id: ddp.c,v 1.3 2002-01-17 06:13:02 srittau Exp $
  */
 
 #ifdef HAVE_CONFIG_H
 #include <sys/ethernet.h>
 #include <net/if.h>
 
+#ifdef STDC_HEADERS
+#include <strings.h>
+#else
 #include <string.h>
+#endif
 
 #include <netatalk/endian.h>
 #include <netatalk/ddp.h>