Eliminate warnings due to missing includes

This commit is contained in:
Berke Viktor
2012-11-04 04:22:22 +01:00
parent 0e9658f2ab
commit 4ec499c241
12 changed files with 20 additions and 8 deletions

View File

@ -30,6 +30,7 @@ static char RCSID[] = "$Id: tclplugin.c,v 1.65 2012/07/26 20:02:12 mooooooo Exp
#ifdef WIN32
#include <windows.h>
#include "../../src/common/typedef.h"
#define bzero(mem, sz) memset((mem), 0, (sz))
#define bcopy(src, dest, count) memmove((dest), (src), (count))
#else