Merge pull request #35 from fcambus/master
Added _BSD_SOURCE define to allow compiling on OpenBSD
This commit is contained in:
commit
1dc4f1c2fd
@ -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