summaryrefslogtreecommitdiffstats
path: root/src/main-menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-menu.h')
-rw-r--r--src/main-menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main-menu.h b/src/main-menu.h
index 757e87a..1a3575f 100644
--- a/src/main-menu.h
+++ b/src/main-menu.h
@@ -25,10 +25,11 @@ typedef struct _MqMainMenuClass MqMainMenuClass;
#ifndef MQ_MAIN_MENU_H
#define MQ_MAIN_MENU_H
+#include <glib.h>
#include <gtk/gtk.h>
-#include "tab.h"
#include "find-toolbar.h"
+#include "tab.h"
#include "web-view.h"
G_BEGIN_DECLS