diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2009-03-26 18:32:30 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2009-03-26 18:32:30 +0800 |
commit | 7d1e7d5a1255fbd3af110eb4b1a284d7246c5158 (patch) | |
tree | 51bcb444af1dd7795af7fcdba967f99f1c3afa59 /src | |
parent | d122c4d2da18497e5891942cfb6941a29b035208 (diff) |
utility: fixed compilation.
Diffstat (limited to 'src')
-rw-r--r-- | src/utility.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utility.cpp b/src/utility.cpp index f49c028..fd220d6 100644 --- a/src/utility.cpp +++ b/src/utility.cpp @@ -4,6 +4,9 @@ #include <ctype.h> +#include <stdlib.h> +#include <stdio.h> + #include "utility.h" #include "internal.h" |