1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/deskutils/yank/files/patch-aa
Chris D. Faulhaber 9f044fc527 Update yank to 0.2.0
Submitted by:	Kelsey Cummings <kc@microshaft.org>
2001-02-25 19:12:22 +00:00

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>