diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-31 22:42:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-31 22:42:14 (GMT) |
commit | 09eafa22a7171f3d53118e1cf108cd93437319aa (patch) | |
tree | 0d05c7bffff8e1c36cfb6dc1a3e0b19ba93f3938 /unix/tclEpollNotfy.c | |
parent | d0613a05568e1c78a1c0f7e499a334089ec7809b (diff) | |
parent | 2f4e9acf95114b76c0ec84ab85445cff3b5cb1e3 (diff) | |
download | tcl-09eafa22a7171f3d53118e1cf108cd93437319aa.zip tcl-09eafa22a7171f3d53118e1cf108cd93437319aa.tar.gz tcl-09eafa22a7171f3d53118e1cf108cd93437319aa.tar.bz2 |
fix [f559bbde4e]: TclInt.h: tclUnixPort.h:162:13: fatal error: ../compat/unistd.h: No such file or directory
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 7a5e09d..4961ef5 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 |