aboutsummaryrefslogtreecommitdiffstats
path: root/net/xtraceroute/files/patch-ab
blob: 3609787e142c90be7caeba33c61e4531684cd0fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- glstuff.c.orig  Thu Feb 17 13:03:21 2000
+++ glstuff.c   Thu Feb 17 13:07:17 2000
@@ -17,7 +17,10 @@
 */
 
 #include "xt.h"
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 
 extern void sphere(int level);