summaryrefslogtreecommitdiffstats
path: root/src/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-11-29 15:36:25 +0800
committerPeng Wu <alexepico@gmail.com>2016-11-29 15:36:25 +0800
commit01a316ede141e931b871e066c9b87f5af3a3368f (patch)
tree0b1db8b8ac95c1250fad2313eb6e7ecc5cf0b09b /src/storage
parentabed0b59cbeb3e129082b40df844bf148b8b96db (diff)
downloadlibpinyin-01a316ede141e931b871e066c9b87f5af3a3368f.tar.gz
libpinyin-01a316ede141e931b871e066c9b87f5af3a3368f.tar.xz
libpinyin-01a316ede141e931b871e066c9b87f5af3a3368f.zip
fixes compile
Diffstat (limited to 'src/storage')
-rw-r--r--src/storage/flexible_ngram_kyotodb.h2
-rw-r--r--src/storage/ngram.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/flexible_ngram_kyotodb.h b/src/storage/flexible_ngram_kyotodb.h
index 3b8f0f8..ad84b78 100644
--- a/src/storage/flexible_ngram_kyotodb.h
+++ b/src/storage/flexible_ngram_kyotodb.h
@@ -21,7 +21,7 @@
#ifndef FLEXIBLE_NGRAM_KYOTODB_H
#define FLEXIBLE_NGRAM_KYOTODB_H
-#include <config.h>
+#include "config.h"
#ifdef HAVE_KYOTO_CABINET
#include <kcdb.h>
#include <kchashdb.h>
diff --git a/src/storage/ngram.h b/src/storage/ngram.h
index ac7e578..7f7a653 100644
--- a/src/storage/ngram.h
+++ b/src/storage/ngram.h
@@ -21,7 +21,7 @@
#ifndef NGRAM_H
#define NGRAM_H
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include "novel_types.h"