summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-03-22 11:18:35 +0800
committerPeng Wu <alexepico@gmail.com>2013-03-22 11:18:35 +0800
commitaa1e6359c4a3bb43f21bee6730c18f892d5977e7 (patch)
treec4173da3d0fc90066e8f39d7b508aef51efcab86 /src/pinyin.h
parent2cc2dadc6bf0149f1a0ed386880e3fb4262e3b67 (diff)
downloadlibpinyin-aa1e6359c4a3bb43f21bee6730c18f892d5977e7.tar.gz
libpinyin-aa1e6359c4a3bb43f21bee6730c18f892d5977e7.tar.xz
libpinyin-aa1e6359c4a3bb43f21bee6730c18f892d5977e7.zip
fixes compile
Diffstat (limited to 'src/pinyin.h')
-rw-r--r--src/pinyin.h3
1 files changed, 2 insertions, 1 deletions
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 <stdio.h>
+
#include "novel_types.h"
#include "pinyin_custom2.h"
+
G_BEGIN_DECLS
typedef struct _ChewingKey ChewingKey;