maybe fix OpenBSD

This commit is contained in:
dzaima 2021-06-06 20:16:48 +03:00
parent 7e994dd913
commit ebd6e1a222

View File

@ -58,6 +58,9 @@
#include <inttypes.h>
#include <stdbool.h>
#include <stdio.h>
#ifdef __OpenBSD__
#define __wchar_t __wchar_t2 // horrible hack for BSD
#endif
#include <stdlib.h>
#include <string.h>
#include <stddef.h>