Commit 930c2c3f authored by Jack Jansen's avatar Jack Jansen

Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal a multiple define.

parent f6a08857
......@@ -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"
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment