]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/asp/asp_tickle.c
Joe Clarke's patches and some other fixes
[netatalk.git] / libatalk / asp / asp_tickle.c
index f38d211c86497c103b58bda5c206dae6143eb56a..758e000997de3c4642b1d33a19abd8a52395e5c5 100644 (file)
@@ -1,10 +1,17 @@
+/*
+ * $Id: asp_tickle.c,v 1.4 2001-06-19 18:04:40 rufustfirefly Exp $
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
+#endif /* HAVE_CONFIG_H */
 
 #include <syslog.h>
-#include <sys/socket.h>
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif /* HAVE_SYS_TYPES_H */
 
+#include <sys/socket.h>
 #include <atalk/atp.h>
 #include <atalk/asp.h>