summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tab.h b/src/tab.h
index 3f9e81b..6abdc43 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -24,11 +24,12 @@ typedef struct MqTab MqTab;
#ifndef MQ_TAB_H
#define MQ_TAB_H
+#include <glib.h>
#include <gtk/gtk.h>
+#include <webkit2/webkit2.h>
#include "application.h"
#include "window.h"
-#include "web-view.h"
struct MqTab {
MqTab *root;