summaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files/patch-dtrans+source+X11+X11_selection.cxx
blob: 77df99f679abd7ad575632eee6eb4e9e6a86efea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ../dtrans/source/X11/X11_selection.cxx.orig	Wed Jul 31 22:43:56 2002
+++ ../dtrans/source/X11/X11_selection.cxx	Fri Oct 18 20:16:37 2002
@@ -66,7 +66,7 @@
 #include <X11/keysym.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
-#ifdef LINUX
+#if defined(LINUX) || defined(NETBSD) || defined (FREEBSD)
 #include <sys/poll.h>
 #else
 #include <poll.h>