diff options
author | dgp <dgp@users.sourceforge.net> | 2018-05-23 13:34:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-05-23 13:34:53 (GMT) |
commit | 46aab3eb09ed92b1b43e3d08484dfe88efe06cab (patch) | |
tree | 9a0a587d7554032f02909f45364def1f755aa104 /unix/tclUnixNotfy.c | |
parent | ce025f259b91e61857e70c6690d5db631b5dc747 (diff) | |
download | tcl-46aab3eb09ed92b1b43e3d08484dfe88efe06cab.zip tcl-46aab3eb09ed92b1b43e3d08484dfe88efe06cab.tar.gz tcl-46aab3eb09ed92b1b43e3d08484dfe88efe06cab.tar.bz2 |
unbreak the build
Diffstat (limited to 'unix/tclUnixNotfy.c')
-rw-r--r-- | unix/tclUnixNotfy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c index 062d817..fb7e569 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.c @@ -12,6 +12,7 @@ */ #include <poll.h> +#include "tclInt.h" /* * Static routines defined in this file. |