diff options
author | Ludvig Strigeus | 2001-10-09 19:12:49 +0000 |
---|---|---|
committer | Ludvig Strigeus | 2001-10-09 19:12:49 +0000 |
commit | 1fb297d3f62a3334999b1ccf408f27deacbada8d (patch) | |
tree | f17a5b6f0a44e298d770493653e01180a08a8a8b | |
parent | 907f51287c6b5f2f4248dc2ca80e9a286159d790 (diff) | |
download | scummvm-rg350-1fb297d3f62a3334999b1ccf408f27deacbada8d.tar.gz scummvm-rg350-1fb297d3f62a3334999b1ccf408f27deacbada8d.tar.bz2 scummvm-rg350-1fb297d3f62a3334999b1ccf408f27deacbada8d.zip |
command line parameter support
svn-id: r3415
-rw-r--r-- | stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ #include <string.h> #include <stdarg.h> #include <assert.h> - +#include <ctype.h> #endif |