Merge pull request #31 from annonymouse/master
Added __BSD_VISIBLE 1 to allow compiling on FreeBSD.
This commit is contained in:
commit
0a7bfc16be
@ -51,6 +51,7 @@
|
||||
|
||||
#define _XOPEN_SOURCE 500
|
||||
#define _DARWIN_C_SOURCE 1
|
||||
#define __BSD_VISIBLE 1
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
Loading…
Reference in New Issue
Block a user