From 4ec499c2417819a174ebd68529da2a21e9c5c72c Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 4 Nov 2012 04:22:22 +0100 Subject: Eliminate warnings due to missing includes --- plugins/tcl/tclplugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/tcl/tclplugin.c') diff --git a/plugins/tcl/tclplugin.c b/plugins/tcl/tclplugin.c index 86e4fc8e..6ec89137 100644 --- a/plugins/tcl/tclplugin.c +++ b/plugins/tcl/tclplugin.c @@ -30,6 +30,7 @@ static char RCSID[] = "$Id: tclplugin.c,v 1.65 2012/07/26 20:02:12 mooooooo Exp #ifdef WIN32 #include +#include "../../src/common/typedef.h" #define bzero(mem, sz) memset((mem), 0, (sz)) #define bcopy(src, dest, count) memmove((dest), (src), (count)) #else -- cgit 1.4.1