summaryrefslogtreecommitdiff
path: root/Xext/sync.c
diff options
context:
space:
mode:
authorMathieu BĂ©rard <mathieu.berard@crans.org>2008-07-17 11:59:24 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-17 11:59:24 -0400
commit47833eef35b20a2eb0a74782edbb0877fd491c4c (patch)
treeaaec5b3d232640f4d1ec97148beda8de4e4dcdb2 /Xext/sync.c
parentaf2138bfce34a28312b26106eaf9561d96712ee0 (diff)
Drop a bunch of #ifdef Lynx.
Diffstat (limited to 'Xext/sync.c')
-rw-r--r--Xext/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/sync.c b/Xext/sync.c
index ce047024f..63f6fa2aa 100644
--- a/Xext/sync.c
+++ b/Xext/sync.c
@@ -72,7 +72,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include <X11/extensions/syncstr.h>
#include <stdio.h>
-#if !defined(WIN32) && !defined(Lynx)
+#if !defined(WIN32)
#include <sys/time.h>
#endif