From aa1e6359c4a3bb43f21bee6730c18f892d5977e7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 22 Mar 2013 11:18:35 +0800 Subject: fixes compile --- src/pinyin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/pinyin.h b/src/pinyin.h index 6002315..be9f1bf 100644 --- a/src/pinyin.h +++ b/src/pinyin.h @@ -23,10 +23,11 @@ #ifndef PINYIN_H #define PINYIN_H -#include + #include "novel_types.h" #include "pinyin_custom2.h" + G_BEGIN_DECLS typedef struct _ChewingKey ChewingKey; -- cgit