summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-01 12:42:56 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-01 12:42:56 (EDT)
commita76657b8513d73ad48f5daaf414689aa23c8bb55 (patch)
treee515f837777164637b6040cb3acd3c5ebf526af0 /src/web-view.h
parentb61d75f2b12a7d571bddc950f8cb03ede36f0636 (diff)
downloadmarquee-a76657b8513d73ad48f5daaf414689aa23c8bb55.zip
marquee-a76657b8513d73ad48f5daaf414689aa23c8bb55.tar.gz
marquee-a76657b8513d73ad48f5daaf414689aa23c8bb55.tar.bz2
src/web-view.h: Add missing #include
Diffstat (limited to 'src/web-view.h')
-rw-r--r--src/web-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web-view.h b/src/web-view.h
index dc78a24..9824e09 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -29,6 +29,7 @@ typedef struct _MqWebViewClass MqWebViewClass;
#include <gtk/gtk.h>
#include <webkit2/webkit2.h>
+#include "config.h"
#include "tab-page.h"
#include "web-view-schemes/schemes.h"