freebsd-ports/net-mgmt/oproute/files/patch-oproute.h
Ying-Chieh Liao 13a29ed113 add oproute
A tool for measuring general performance of the Internet
2001-03-03 15:47:20 +00:00

12 lines
254 B
C++

--- oproute.h.orig Thu Mar 1 10:28:31 2001
+++ oproute.h Sat Mar 3 23:12:12 2001
@@ -3,6 +3,9 @@
#include <vector>
#include <string>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <sys/time.h>
#include <map>