1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-wm/icewm/files/patch-aj

13 lines
250 B
Plaintext
Raw Normal View History

1999-11-24 07:02:18 +00:00
--- 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_
1999-11-24 07:02:18 +00:00
#include <sys/types.h>
+#ifdef __FreeBSD__
+#include <db.h>
+#endif
#include <netinet/in.h>
class YSocketListener {