diff options
author | dgp <dgp@noemail.net> | 2005-09-30 16:07:21 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2005-09-30 16:07:21 (GMT) |
commit | 64c6341eae3d6835d5d30f99ad7cd9a239ea6a7d (patch) | |
tree | 274fc3efd6fa1cbc32bd66391238f70f300f99a8 /win/tkWinSend.c | |
parent | d3bff8d1695403c93eb139b9cf3ea1e47f288fc2 (diff) | |
download | tk-64c6341eae3d6835d5d30f99ad7cd9a239ea6a7d.zip tk-64c6341eae3d6835d5d30f99ad7cd9a239ea6a7d.tar.gz tk-64c6341eae3d6835d5d30f99ad7cd9a239ea6a7d.tar.bz2 |
temp patch to restore HEAD build
FossilOrigin-Name: 2898b4a117cdbcc93a247fc60156900373f0c5b3
Diffstat (limited to 'win/tkWinSend.c')
-rw-r--r-- | win/tkWinSend.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tkWinSend.c b/win/tkWinSend.c index 89c2a14..cb6523c 100644 --- a/win/tkWinSend.c +++ b/win/tkWinSend.c @@ -11,11 +11,12 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinSend.c,v 1.8 2003/12/16 21:57:57 patthoyts Exp $ + * RCS: @(#) $Id: tkWinSend.c,v 1.9 2005/09/30 16:07:21 dgp Exp $ */ #include "tkPort.h" #include "tkInt.h" +#include "tclInt.h" /* TCL_TSD_INIT */ #include "tkWinSendCom.h" /* Should be defined in WTypes.h but mingw 1.0 is missing them */ |