Add netinet/in.h to get rid of a couple compiler warnings.
authorhartwick <hartwick>
Wed, 18 Oct 2000 23:59:22 +0000 (23:59 +0000)
committerhartwick <hartwick>
Wed, 18 Oct 2000 23:59:22 +0000 (23:59 +0000)
src/main/auth.c

index d0ee06f..8b98268 100644 (file)
@@ -26,6 +26,10 @@ static const char rcsid[] = "$Id$";
 #  include     <prot.h>
 #endif
 
+#if HAVE_NETINET_IN_H
+#  include     <netinet/in.h>
+#endif
+
 #include       "radiusd.h"
 #include       "modules.h"