Add the missing <stdio.h> #define for FILE.

This commit is contained in:
OBattler
2026-01-18 05:43:03 +01:00
parent 6f48edba9a
commit 246b16e098

View File

@@ -13,6 +13,7 @@
#define TCDEFS_H
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <86box/86box.h>