]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinInput.cpp
Fixed 'string.h' include to make cross compiling work from Linux to Windows
[lugaru.git] / Source / WinInput.cpp
index d38708c70e8b8620dbe776b49166745e4a957fe1..d42ae78ef310c4f73181e1772ed3f66ef14b9572 100644 (file)
@@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "WinInput.h"
 
 #ifdef WIN32
-#include "String.h"
+#include <string.h>
 #else
 #include <stdio.h>
 #include <stdlib.h>