summaryrefslogtreecommitdiffstats
path: root/Mac/tclmods/tclSelectNotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/tclmods/tclSelectNotify.c')
-rw-r--r--Mac/tclmods/tclSelectNotify.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/tclmods/tclSelectNotify.c b/Mac/tclmods/tclSelectNotify.c
index ea35fc6..a728442 100644
--- a/Mac/tclmods/tclSelectNotify.c
+++ b/Mac/tclmods/tclSelectNotify.c
@@ -23,6 +23,10 @@
#pragma import reset
#endif
+#ifdef USE_GUSI
+/* Move this include up otherwise tclPort.h tried to redefine signals */
+#include <sys/signal.h>
+#endif
#include "tclInt.h"
#include "tclPort.h"
#include <signal.h>