INI: Include <wctype.h> so iswspace() is also found in Linux.

This commit is contained in:
OBattler
2025-03-10 17:31:18 +01:00
parent 8a2d841322
commit c763c6db16

View File

@@ -33,6 +33,7 @@
#include <stdlib.h>
#include <string.h>
#include <wchar.h>
#include <wctype.h>
#define HAVE_STDARG_H
#include <86box/86box.h>
#include <86box/ini.h>