]> git.lizzy.rs Git - nothing.git/commitdiff
(#858) Fix not found EOF on Windows CI build
authorrexim <reximkut@gmail.com>
Sun, 26 May 2019 19:22:57 +0000 (02:22 +0700)
committerrexim <reximkut@gmail.com>
Sun, 26 May 2019 19:22:57 +0000 (02:22 +0700)
src/game/level/level_editor/player_layer.c

index 21106429597c4427a4951c8a1ea78b53a0bb2618..754830feca04c5f419f4672b16860199331e7121 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 #include <SDL.h>
 
 #include "game/camera.h"