1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 16:29:32 +00:00

Include corret header for windows

This commit is contained in:
cosineblast 2024-01-12 20:48:05 -03:00
parent fc619573b4
commit 7798c7a471

View File

@ -38,7 +38,7 @@
#include <stdlib.h>
#include <errno.h>
#if defined(_WIN32)
#include <windef.h>
#include <windows.h>
#endif
/* common */