diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tab-chrome.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h index 564474c..3ea82a1 100644 --- a/src/tab-chrome.h +++ b/src/tab-chrome.h @@ -22,6 +22,8 @@ #ifndef MQ_TAB_CHROME_H #define MQ_TAB_CHROME_H +#include <gtk/gtk.h> + typedef struct { GtkWidget *container; GtkWidget *location_bar; |