summaryrefslogtreecommitdiff
path: root/sysutils/gapcmon/files/patch-gapcmon.c
blob: 912b14333a101a7a692c3dd95195b1dad02042ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/gapcmon.c.orig	Wed Oct  3 19:53:05 2007
+++ src/gapcmon.c	Wed Oct  3 19:53:32 2007
@@ -74,6 +74,7 @@
 #include <unistd.h>             /* close() */
 #include <sys/types.h>          /* socket() */
 #include <sys/socket.h>         /* socket() */
+#include <netinet/in.h>
 #include <arpa/inet.h>          /* ntohs() */
 #include <netdb.h>              /* gethostbyname() */
 #include <errno.h>