]> code.citadel.org Git - citadel.git/blobdiff - citadel/locate_host.c
* added RCS Id keyword strings to sources
[citadel.git] / citadel / locate_host.c
index c45c86430f2e4d93414d8f1dff2fdbc77ba62285..9ca4e0e8ca2a0a1ab94bfddbbb2501127ab56645 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * locate the originating host
+ * $Id$
  */
 
 #include <stdlib.h>
@@ -9,6 +10,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
+#include <limits.h>
 #include <netdb.h>
 #include <string.h>
 #include <pthread.h>