summaryrefslogtreecommitdiffstats
path: root/Mac/tclmods/tclMacNotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/tclmods/tclMacNotify.c')
-rw-r--r--Mac/tclmods/tclMacNotify.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/tclmods/tclMacNotify.c b/Mac/tclmods/tclMacNotify.c
index 140dadb..8fc313a 100644
--- a/Mac/tclmods/tclMacNotify.c
+++ b/Mac/tclmods/tclMacNotify.c
@@ -13,6 +13,10 @@
* SCCS: @(#) tclMacNotify.c 1.36 97/05/07 19:09:29
*/
+#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 "tclMac.h"