summaryrefslogtreecommitdiff
path: root/graphics/xli/patches/patch-ab
blob: 9290e291aeba23780602c1c1a37bae6445485bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.3 2005/03/10 14:18:51 tv Exp $

--- window.c.orig	2005-02-27 19:42:39.000000000 -0500
+++ window.c
@@ -15,7 +15,7 @@
 #include <signal.h>
 #include <errno.h>
 #include <sys/types.h>
-#if defined(linux)
+#if defined(linux) || defined(__INTERIX)
 #include <sys/time.h>
 #endif
 #if (defined(SYSV) || defined(SVR4)) && !defined(__hpux) && !defined(_CRAY)