From 88dc323f7ffac49f48aa3174cb4f52a2857aa74e Mon Sep 17 00:00:00 2001 From: Ricky Su Date: Tue, 17 Nov 2015 20:59:17 +0800 Subject: [PATCH] add include config.h --- src/match_entry.c | 1 + src/token.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/match_entry.c b/src/match_entry.c index 54854ae..16c8f71 100644 --- a/src/match_entry.c +++ b/src/match_entry.c @@ -4,6 +4,7 @@ * * Distributed under terms of the MIT license. */ +#include "config.h" #include #include #include diff --git a/src/token.c b/src/token.c index 26792b7..e2d4391 100644 --- a/src/token.c +++ b/src/token.c @@ -4,6 +4,7 @@ * * Distributed under terms of the MIT license. */ +#include "config.h" #include #include #include