Windows Compile Fix. No need for strings.h on win32.

This commit is contained in:
Thomas Dinges
2010-01-19 15:46:07 +00:00
parent 7e9d9460c9
commit 4fe037f53f

View File

@@ -39,7 +39,11 @@
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#ifndef WIN32
#include <strings.h>
#endif
#include "STR_String.h"
/*-------------------------------------------------------------------------------------------------