Merge pull request #30 from killgallic/master
Add _DARWIN_C_SOURCE to allow compiling on OSX
This commit is contained in:
commit
b2458fa06d
@ -50,6 +50,7 @@
|
||||
*/
|
||||
|
||||
#define _XOPEN_SOURCE 500
|
||||
#define _DARWIN_C_SOURCE 1
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
Loading…
Reference in New Issue
Block a user