summaryrefslogtreecommitdiffstats
path: root/net/libgnetwork/files/patch-libgnetwork_gnetwork-ip-address.c
blob: 2e56b39da4bd76ffba85139f3a09b5dd6895ca29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libgnetwork/gnetwork-ip-address.c.orig  Thu Dec 11 23:26:37 2003
+++ libgnetwork/gnetwork-ip-address.c   Thu Dec 11 23:27:00 2003
@@ -26,6 +26,8 @@
 #include "gnetwork-ip-address.h"
 #include "gnetwork-utils.h"
 
+#include <sys/types.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include <unistd.h>
 #include <string.h>