aboutsummaryrefslogtreecommitdiffstats
path: root/net/xtraceroute/files/patch-ab
blob: 88fd40a8b7564c4f6deb26466e15c0fe2c9af95c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

$FreeBSD$

--- glstuff.c.orig  Thu Jun 28 02:19:31 2001
+++ glstuff.c   Thu Jun 28 23:56:03 2001
@@ -16,7 +16,10 @@
  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
 
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 #include <stdlib.h>
 #include <gtkgl/gtkglarea.h>
 #include <GL/gl.h>