mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
9f044fc527
Submitted by: Kelsey Cummings <kc@microshaft.org>
21 lines
422 B
Plaintext
21 lines
422 B
Plaintext
--- src/util.h.orig Wed Jan 24 14:12:54 2001
|
|
+++ src/util.h Sun Feb 25 14:06:03 2001
|
|
@@ -28,6 +28,9 @@
|
|
#include <config.h>
|
|
#endif /* HAVE_CONFIG_H */
|
|
|
|
+/* needed for inet stuff */
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
|
|
/* this gives errors */
|
|
/* #include <sys/param.h> */
|
|
@@ -45,6 +48,7 @@
|
|
#include <string.h>
|
|
#include <time.h>
|
|
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <netdb.h>
|
|
|