diff options
-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 |