diff options
| author | Peng Wu <alexepico@gmail.com> | 2011-12-09 15:17:01 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2011-12-09 15:17:01 +0800 |
| commit | 166e1723bd4677a8b454bb12bf22ed7f4ebac5c5 (patch) | |
| tree | 69d2215dbf03ba133eeabbeec461dde7694787bf /tests/test_phrase.cpp | |
| parent | fe64288f056b3bbcbb512e892a4035a499ee5181 (diff) | |
| download | libpinyin-166e1723bd4677a8b454bb12bf22ed7f4ebac5c5.tar.gz libpinyin-166e1723bd4677a8b454bb12bf22ed7f4ebac5c5.tar.xz libpinyin-166e1723bd4677a8b454bb12bf22ed7f4ebac5c5.zip | |
port test pinyin/phrase/chewing
Diffstat (limited to 'tests/test_phrase.cpp')
| -rw-r--r-- | tests/test_phrase.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_phrase.cpp b/tests/test_phrase.cpp index 01cd4cc..ef32d09 100644 --- a/tests/test_phrase.cpp +++ b/tests/test_phrase.cpp @@ -20,8 +20,9 @@ */ -#include <stdlib.h> #include "pinyin.h" +#include <stdlib.h> +#include <string.h> int main(int argc, char * argv[]){ pinyin_context_t * context = |
