summaryrefslogtreecommitdiff
path: root/x11-wm/icewm/files/patch-aj
blob: 78c9c774354fa6d2941094a5e15db595f1aa54ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/ysocket.h.orig	Tue Nov 23 01:37:11 1999
+++ src/ysocket.h	Wed Nov 24 15:56:28 1999
@@ -2,6 +2,9 @@
 #define YSOCKET_H_
 
 #include <sys/types.h>
+#ifdef __FreeBSD__
+#include <db.h>
+#endif
 #include <netinet/in.h>
 
 class YSocketListener {