aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cdpr/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cdpr/files')
-rw-r--r--net-mgmt/cdpr/files/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/cdpr/files/patch-aa b/net-mgmt/cdpr/files/patch-aa
new file mode 100644
index 000000000000..13728e24b06c
--- /dev/null
+++ b/net-mgmt/cdpr/files/patch-aa
@@ -0,0 +1,10 @@
+--- conffile.c.orig Fri Jun 27 16:38:56 2003
++++ conffile.c Fri Jun 27 16:37:14 2003
+@@ -6,6 +6,7 @@
+ #if WIN32
+ #include "Winsock2.h"
+ #else
++#include "sys/types.h"
+ #include "sys/socket.h"
+ #include "netinet/in.h"
+ #include "arpa/inet.h"