1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-wm/icewm/files/patch-aj

13 lines
246 B
Plaintext
Raw Normal View History

--- 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 {