rocksndiamonds-3.0.5
[rocksndiamonds.git] / src / libgame / types.h
index 1c527d09faed9d414877114d847be9e1a0eaa419..558f180c526865d33504600f409218996c9de100 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
+#include <string.h>
 #include <sys/types.h>
 
 typedef unsigned char boolean;
+
+#if !defined(PLATFORM_WIN32)
 typedef unsigned char byte;
+#endif
 
 #ifndef FALSE
 #define FALSE          0