blob: 215d6b9a268a0e6d7f6c635ab369085c8a363d8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- image/window.c.orig 2004-07-28 15:47:31 UTC
+++ image/window.c
@@ -32,7 +32,7 @@
#if HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
-#ifdef __APPLE__
+#if 1
#include <unistd.h>
#endif
|