13 lines
436 B
Plaintext
13 lines
436 B
Plaintext
$OpenBSD: patch-Proxy_cpp,v 1.2 2009/03/30 17:04:42 jasper Exp $
|
|
--- Proxy.cpp.orig Thu Mar 19 19:53:18 2009
|
|
+++ Proxy.cpp Mon Mar 30 18:54:40 2009
|
|
@@ -23,7 +23,7 @@
|
|
|
|
#include "Misc.h"
|
|
|
|
-#if defined(__CYGWIN32__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun)
|
|
+#if defined(__CYGWIN32__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun) || defined(__OpenBSD__)
|
|
#include <netinet/in_systm.h>
|
|
#endif
|
|
|