14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
|
$OpenBSD: patch-oproute_h,v 1.1.1.1 2001/07/03 02:40:21 pvalchev Exp $
|
||
|
--- oproute.h.orig Sun Jun 24 15:43:30 2001
|
||
|
+++ oproute.h Sun Jun 24 15:44:09 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>
|
||
|
|