diff options
author | Max Horn | 2002-11-13 15:40:31 +0000 |
---|---|---|
committer | Max Horn | 2002-11-13 15:40:31 +0000 |
commit | d95abae05746f6a4d1d4d786655ee294cf0de318 (patch) | |
tree | 115dd8bee96f261288fa85af823b66961fcc4eaf | |
parent | 76afd1d1a9bec89d0bdc60c644f5462e1e8b0f75 (diff) | |
download | scummvm-rg350-d95abae05746f6a4d1d4d786655ee294cf0de318.tar.gz scummvm-rg350-d95abae05746f6a4d1d4d786655ee294cf0de318.tar.bz2 scummvm-rg350-d95abae05746f6a4d1d4d786655ee294cf0de318.zip |
#include headers for strlen & assert
svn-id: r5536
-rw-r--r-- | common/str.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/str.h b/common/str.h index 41227192b0..4c2a985d46 100644 --- a/common/str.h +++ b/common/str.h @@ -24,6 +24,9 @@ #include "scummsys.h" #include "common/list.h" +#include <assert.h> +#include <string.h> + namespace ScummVM { /* |