From fe7fc36059422d144cb0a729ae212c26317b7156 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 23 Sep 2014 14:57:06 +0200 Subject: epub: Make sure config.h is always included --- libview/ev-web-view.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libview/ev-web-view.c b/libview/ev-web-view.c index 9bd2e512..40e525ea 100644 --- a/libview/ev-web-view.c +++ b/libview/ev-web-view.c @@ -17,9 +17,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if ENABLE_EPUB + #include "config.h" +#if ENABLE_EPUB #include #include #include @@ -871,4 +872,4 @@ ev_web_view_disconnect_handlers(EvWebView *webview) ev_web_view_page_changed_cb, webview); } -#endif \ No newline at end of file +#endif -- cgit v1.2.1