aboutsummaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorLudvig Strigeus2001-10-09 19:12:49 +0000
committerLudvig Strigeus2001-10-09 19:12:49 +0000
commit1fb297d3f62a3334999b1ccf408f27deacbada8d (patch)
treef17a5b6f0a44e298d770493653e01180a08a8a8b /stdafx.h
parent907f51287c6b5f2f4248dc2ca80e9a286159d790 (diff)
downloadscummvm-rg350-1fb297d3f62a3334999b1ccf408f27deacbada8d.tar.gz
scummvm-rg350-1fb297d3f62a3334999b1ccf408f27deacbada8d.tar.bz2
scummvm-rg350-1fb297d3f62a3334999b1ccf408f27deacbada8d.zip
command line parameter support
svn-id: r3415
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index f864d3296c..dad652aad7 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -54,7 +54,7 @@
#include <string.h>
#include <stdarg.h>
#include <assert.h>
-
+#include <ctype.h>
#endif