maybe fix OpenBSD
This commit is contained in:
parent
7e994dd913
commit
ebd6e1a222
3
src/h.h
3
src/h.h
@ -58,6 +58,9 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#ifdef __OpenBSD__
|
||||||
|
#define __wchar_t __wchar_t2 // horrible hack for BSD
|
||||||
|
#endif
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user