From 25fc1e88deea8253d9d4b8084485e176eb69abd0 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 26 Jul 2015 01:09:05 -0700 Subject: Fix missing includes of util.h --- stateview.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stateview.c') diff --git a/stateview.c b/stateview.c index 1e8632f..3f860e7 100644 --- a/stateview.c +++ b/stateview.c @@ -7,6 +7,7 @@ #include #include "vdp.h" #include "render.h" +#include "util.h" #include "blastem.h" //not used, but referenced by the renderer since it handles input -- cgit v1.2.3