From 879fb2adefadbc5f38711cd8f01bcc4cee053e3d Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Tue, 2 Mar 2021 09:44:19 +0100 Subject: i hate cmake, g++, ld, collect2, cc1, x86_64-w64-mingw32 --- gst/gst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/gst.c') diff --git a/gst/gst.c b/gst/gst.c index 456c1fc..77ca46d 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -3,7 +3,7 @@ #include #include -#include +#include "gst.h" void gst_init (gamestate *gst) { map_init(&gst->map_editor, MAXMAP, MAXMAP, 32); -- cgit v1.2.3-54-g00ecf