]> arthur.barton.de Git - netatalk.git/blobdiff - sys/solaris/ddp.c
Remove bdb env on exit
[netatalk.git] / sys / solaris / ddp.c
index ea3285eb4ada0e054ac9d47366461b2dc5f1248a..526c5f893e51be1497e72501409fd73fe59cb4cd 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * $Id: ddp.c,v 1.3 2002-01-17 06:13:02 srittau Exp $
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include <sys/types.h>
 #include <sys/stream.h>
 #include <sys/cmn_err.h>
@@ -8,7 +16,11 @@
 #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>