1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net/xtraceroute/files/patch-ab
Yukihiro Nakai 95386b0121 Initial import.
3D version of "traceroute" program

PR:		ports/16776
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-02-18 03:22:47 +00:00

14 lines
259 B
Plaintext

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