From 8c17d48c8371604d99ee3836601eb122b88f136f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 23 Dec 2014 12:02:09 -0800 Subject: [PATCH] Include fallback.h in output.h to avoid a compile error --- output.h | 1 + 1 file changed, 1 insertion(+) diff --git a/output.h b/output.h index 6d1b4a010..6c7e4f32c 100644 --- a/output.h +++ b/output.h @@ -9,6 +9,7 @@ #define FISH_OUTPUT_H #include +#include "fallback.h" #include "screen.h" #include "color.h"