13 lines
374 B
Text
13 lines
374 B
Text
$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)
|