Added _BSD_SOURCE define to allow compiling on OpenBSD
This commit is contained in:
parent
5709089093
commit
65bbd3a951
@ -51,6 +51,7 @@
|
||||
|
||||
#define _XOPEN_SOURCE 500
|
||||
#define _DARWIN_C_SOURCE 1
|
||||
#define _BSD_SOURCE
|
||||
#define __BSD_VISIBLE 1
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user