1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-wm/icewm-i18n/files/patch-aj
Yukihiro Nakai ca78734759 gettextized version of icewm.
PR:		ports/18484
Submitted by:	Yoichi ASAI <yatt@msc.biglobe.ne.jp>
2000-06-06 06:07:13 +00:00

13 lines
250 B
Plaintext

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