mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
13 lines
253 B
C
13 lines
253 B
C
$FreeBSD$
|
|
|
|
--- src/orig.net.c Mon Dec 3 10:29:15 2001
|
|
+++ src/net.c Sun Dec 23 21:22:29 2001
|
|
@@ -5,6 +5,8 @@
|
|
#include <glib.h>
|
|
#include <gdk/gdk.h>
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|