summaryrefslogtreecommitdiff
path: root/x11-wm/icewm/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/icewm/files/patch-aj')
-rw-r--r--x11-wm/icewm/files/patch-aj12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/patch-aj b/x11-wm/icewm/files/patch-aj
new file mode 100644
index 000000000000..524e2a71163c
--- /dev/null
+++ b/x11-wm/icewm/files/patch-aj
@@ -0,0 +1,12 @@
+--- src/ysocket.h.orig Thu Aug 26 20:45:05 1999
++++ src/ysocket.h Thu Aug 26 20:45:58 1999
+@@ -1,6 +1,9 @@
+ #ifndef YSOCKET_H_
+ #define YSOCKET_H_
+
++#ifdef __FreeBSD__
++#include <db.h>
++#endif
+ #include <netinet/in.h>
+
+ class YSocketListener {