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/tab.h') 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 { -- cgit v0.9.1