summaryrefslogtreecommitdiffstats
path: root/unix/tclEpollNotfy.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-05-23 13:34:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-05-23 13:34:53 (GMT)
commit46aab3eb09ed92b1b43e3d08484dfe88efe06cab (patch)
tree9a0a587d7554032f02909f45364def1f755aa104 /unix/tclEpollNotfy.c
parentce025f259b91e61857e70c6690d5db631b5dc747 (diff)
downloadtcl-46aab3eb09ed92b1b43e3d08484dfe88efe06cab.zip
tcl-46aab3eb09ed92b1b43e3d08484dfe88efe06cab.tar.gz
tcl-46aab3eb09ed92b1b43e3d08484dfe88efe06cab.tar.bz2
unbreak the build
Diffstat (limited to 'unix/tclEpollNotfy.c')
-rw-r--r--unix/tclEpollNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclEpollNotfy.c b/unix/tclEpollNotfy.c
index b3ee57a..8a083d8 100644
--- a/unix/tclEpollNotfy.c
+++ b/unix/tclEpollNotfy.c
@@ -12,10 +12,10 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
+#include "tclInt.h"
#if defined(NOTIFIER_EPOLL) && TCL_THREADS
#define _GNU_SOURCE /* For pipe2(2) */
-#include "tclInt.h"
#ifndef HAVE_COREFOUNDATION /* Darwin/Mac OS X CoreFoundation notifier is
* in tclMacOSXNotify.c */
#include <fcntl.h>