Fixed cross compiling clean. Made GCC on MS OS happy.

This commit is contained in:
n-a-c-h
2005-01-12 13:52:07 +00:00
parent 095c34d11d
commit ee540d59c4
2 changed files with 10 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#ifdef __LINUX__
#include "gblhdr.h"
#else
#include <stdio.h>
#include <string.h>
#endif