Fix for building on msys2 clang found by ANightly

This commit is contained in:
Jasmine Iwanek
2025-02-02 05:01:42 -05:00
parent cca1b2b293
commit 4b5162fedd

View File

@@ -30,6 +30,7 @@
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <stddef.h>
#include <wchar.h>
#include <86box/cdrom.h>
#include <86box/log.h>