From becd94e6bafc87baf2ae33eae89c0b5a5a97de01 Mon Sep 17 00:00:00 2001 From: project-repo Date: Mon, 7 Sep 2020 11:49:15 +0200 Subject: [PATCH] Add missing header --- output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/output.c b/output.c index fa7bd22..fb35ea9 100644 --- a/output.c +++ b/output.c @@ -32,6 +32,7 @@ #include #include "keybinding.h" +#include "view.h" #include "message.h" #include "output.h" #include "render.h"