diff options
| author | dgp <dgp@users.sourceforge.net> | 2018-05-23 13:43:57 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2018-05-23 13:43:57 (GMT) |
| commit | 94314d340912c11bcd33a9631f14e3f1d20607ff (patch) | |
| tree | ff63f117fe7a5e3c5d9c9b5a11f48f2693f645f9 /unix/tclKqueueNotfy.c | |
| parent | ae73bae096e79e0d8031278d53738217c8eda75c (diff) | |
| parent | 46aab3eb09ed92b1b43e3d08484dfe88efe06cab (diff) | |
| download | tcl-94314d340912c11bcd33a9631f14e3f1d20607ff.zip tcl-94314d340912c11bcd33a9631f14e3f1d20607ff.tar.gz tcl-94314d340912c11bcd33a9631f14e3f1d20607ff.tar.bz2 | |
merge 8.7
Diffstat (limited to 'unix/tclKqueueNotfy.c')
| -rw-r--r-- | unix/tclKqueueNotfy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclKqueueNotfy.c b/unix/tclKqueueNotfy.c index da52d96..c781ce2 100644 --- a/unix/tclKqueueNotfy.c +++ b/unix/tclKqueueNotfy.c @@ -13,9 +13,9 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#include "tclInt.h" #if defined(NOTIFIER_KQUEUE) && TCL_THREADS -#include "tclInt.h" #ifndef HAVE_COREFOUNDATION /* Darwin/Mac OS X CoreFoundation notifier is * in tclMacOSXNotify.c */ #include <signal.h> |
