diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-31 22:43:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-31 22:43:32 (GMT) |
commit | 81ee84c12cb27528d31c5cf3e0db567befb43c35 (patch) | |
tree | b717d5ba1fcd92c2cfe3729b55b190e243bc4549 /unix/tclEpollNotfy.c | |
parent | be020c7aa5cc7dd88dba8e81b14e6201edf7d23d (diff) | |
parent | 09eafa22a7171f3d53118e1cf108cd93437319aa (diff) | |
download | tcl-81ee84c12cb27528d31c5cf3e0db567befb43c35.zip tcl-81ee84c12cb27528d31c5cf3e0db567befb43c35.tar.gz tcl-81ee84c12cb27528d31c5cf3e0db567befb43c35.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix/tclEpollNotfy.c')
-rw-r--r-- | unix/tclEpollNotfy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclEpollNotfy.c b/unix/tclEpollNotfy.c index a8f2a50..4d75781 100644 --- a/unix/tclEpollNotfy.c +++ b/unix/tclEpollNotfy.c @@ -24,7 +24,6 @@ #include <sys/eventfd.h> #endif /* HAVE_EVENTFD */ #include <sys/queue.h> -#include <unistd.h> /* * This structure is used to keep track of the notifier info for a registered |