diff options
author | infirit <[email protected]> | 2014-09-23 14:57:06 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-23 14:57:06 +0200 |
commit | fe7fc36059422d144cb0a729ae212c26317b7156 (patch) | |
tree | ecb33b40ce817b933b408fbb99e9a522d6612587 | |
parent | 905118742cf92e4fd4cab341220dbacef264990e (diff) | |
download | atril-fe7fc36059422d144cb0a729ae212c26317b7156.tar.bz2 atril-fe7fc36059422d144cb0a729ae212c26317b7156.tar.xz |
epub: Make sure config.h is always included
-rw-r--r-- | libview/ev-web-view.c | 5 |
1 files 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 <glib/gi18n-lib.h> #include <gtk/gtk.h> #include <stdlib.h> @@ -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 |