Merge pull request #31 from annonymouse/master

Added __BSD_VISIBLE 1 to allow compiling on FreeBSD.
This commit is contained in:
Kevin Lange 2014-09-18 09:37:44 -07:00
commit 0a7bfc16be
1 changed files with 1 additions and 0 deletions

View File

@ -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>