From 21bcaf636f81b82559b70c11b47eeb3f73b218ca Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 16 Sep 2017 16:21:12 -0400 Subject: src/*.h: Include The corresponding *.c files were already doing this, but it's proper to do it in any file that uses things from . --- (limited to 'src') diff --git a/src/tab.h b/src/tab.h index 8024c52..073049c 100644 --- a/src/tab.h +++ b/src/tab.h @@ -19,6 +19,8 @@ * along with Marquee. If not, see . */ +#include + #include "tab-chrome.h" typedef struct { diff --git a/src/window.h b/src/window.h index 1c0cf54..0741423 100644 --- a/src/window.h +++ b/src/window.h @@ -19,6 +19,8 @@ * along with Marquee. If not, see . */ +#include + typedef struct { GtkWidget *gtk_window; GtkWidget *gtk_notebook; -- cgit v0.9.1