diff options
author | dgp <dgp@users.sourceforge.net> | 2005-09-30 16:07:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-09-30 16:07:21 (GMT) |
commit | afef7378f1c8e9e8c4b68bab7bd6946b48b6b394 (patch) | |
tree | 274fc3efd6fa1cbc32bd66391238f70f300f99a8 | |
parent | 242ca27e8759537c7fe5c640c66084aee13fc51f (diff) | |
download | tk-afef7378f1c8e9e8c4b68bab7bd6946b48b6b394.zip tk-afef7378f1c8e9e8c4b68bab7bd6946b48b6b394.tar.gz tk-afef7378f1c8e9e8c4b68bab7bd6946b48b6b394.tar.bz2 |
temp patch to restore HEAD build
-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 */ |