included header file for ntohl() macro
authoraland <aland>
Thu, 9 Nov 2000 19:05:55 +0000 (19:05 +0000)
committeraland <aland>
Thu, 9 Nov 2000 19:05:55 +0000 (19:05 +0000)
src/main/conffile.c

index f62d42a..8782bf6 100644 (file)
 #include <string.h>
 #include <assert.h>
 
+#if HAVE_NETINET_IN_H
+#include       <netinet/in.h>
+#endif
+
 #include "radiusd.h"
 #include "conffile.h"
 #include "token.h"