From 505ffe0c170ca9467b90e0bda2d0d85134ae1b5a Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sun, 21 Aug 2016 02:41:19 -0300 Subject: [PATCH] eeshow/gui/gui.c: forgot to #include icons.h, oops --- eeshow/gui/gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/eeshow/gui/gui.c b/eeshow/gui/gui.c index acfabf4..d2d220a 100644 --- a/eeshow/gui/gui.c +++ b/eeshow/gui/gui.c @@ -36,6 +36,7 @@ #include "gui/aoi.h" #include "gui/input.h" #include "gui/common.h" +#include "gui/icons.h" #include "gui/gui.h"