summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-09 13:25:14 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-09 13:25:14 +0300
commita5407bb3026da0972be19dfc89bb59dac6d5ee0c (patch)
tree0d006e2af0c1d8da55a099cac3bfa21034dfb7c7 /src/gmdocument.c
parent46a5d265ad180fc9f79c4d0adddfc21101009a93 (diff)
Windows: Fixed Unicode icons
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index 20874d8a..582af833 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -13,6 +13,7 @@
13#include <SDL_hints.h> 13#include <SDL_hints.h>
14#include <SDL_render.h> 14#include <SDL_render.h>
15#include <stb_image.h> 15#include <stb_image.h>
16#include <ctype.h>
16 17
17iDeclareType(GmLink) 18iDeclareType(GmLink)
18 19