aboutsummaryrefslogtreecommitdiff
path: root/tools/skycpt/idFinder.cpp
diff options
context:
space:
mode:
authorRobert Göffringmann2005-11-04 00:42:30 +0000
committerRobert Göffringmann2005-11-04 00:42:30 +0000
commitcbe5f667c203de9afc52b892eb19431322537884 (patch)
tree873027a997656d9b80c164b3d8604dad1d35a504 /tools/skycpt/idFinder.cpp
parent4a2bbb0e523c07915ff1eb3eac68bd3d6147a437 (diff)
downloadscummvm-rg350-cbe5f667c203de9afc52b892eb19431322537884.tar.gz
scummvm-rg350-cbe5f667c203de9afc52b892eb19431322537884.tar.bz2
scummvm-rg350-cbe5f667c203de9afc52b892eb19431322537884.zip
Changed the tool so it compiles with g++
svn-id: r19414
Diffstat (limited to 'tools/skycpt/idFinder.cpp')
-rw-r--r--tools/skycpt/idFinder.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/skycpt/idFinder.cpp b/tools/skycpt/idFinder.cpp
index c0e633cc66..8d692d230b 100644
--- a/tools/skycpt/idFinder.cpp
+++ b/tools/skycpt/idFinder.cpp
@@ -1,6 +1,9 @@
#include "stdafx.h"
#include "TextFile.h"
#include "KmpSearch.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
uint16 findCptId(char *name, TextFile *cptFile) {
KmpSearch *kmp = new KmpSearch();