diff options
author | Peng Wu <alexepico@gmail.com> | 2011-08-30 14:03:43 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-08-30 14:03:43 +0800 |
commit | 293003483072888aa954f06d3097f5b46f55e1e5 (patch) | |
tree | 77986b597390a021e7dd5cea5fd531616a981e19 /tests/test_phrase.cpp | |
parent | 3b548d20eaec21cbf9b8e955cca2679ed840e80e (diff) | |
download | libpinyin-293003483072888aa954f06d3097f5b46f55e1e5.tar.gz libpinyin-293003483072888aa954f06d3097f5b46f55e1e5.tar.xz libpinyin-293003483072888aa954f06d3097f5b46f55e1e5.zip |
switch to pinyin internal header
Diffstat (limited to 'tests/test_phrase.cpp')
-rw-r--r-- | tests/test_phrase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_phrase.cpp b/tests/test_phrase.cpp index dfd5595..73aa2de 100644 --- a/tests/test_phrase.cpp +++ b/tests/test_phrase.cpp @@ -20,6 +20,7 @@ */ +#include <stdlib.h> #include "pinyin.h" int main(int argc, char * argv[]){ |