ref: 9e14ab7b90cad8d4d7a6a277db435dae14be84a5
parent: 2e61bdb89a80d84475f81de711069624424cf355
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Tue Apr 27 17:02:20 EDT 2021
mingw64 buildable
--- a/main.c
+++ b/main.c
@@ -1,7 +1,9 @@
+#include <stdio.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_timer.h>
#include <libserialport.h>
#include <signal.h>
+
#include "serial.h"
--- a/render.c
+++ b/render.c
@@ -3,6 +3,8 @@
#include <SDL2/SDL.h>
#include <SDL2/SDL_rwops.h>
#include <SDL2/SDL_ttf.h>
+#include <stdio.h>
+
#include "command.h"
#include "stealth57_ttf.h"
--
⑨