
$FreeBSD: ports/net/xtraceroute/files/patch-ab,v 1.2 2001/06/30 12:29:53 sobomax Exp $

--- 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>
