Merge pull request #40 from archey/master
added _DEFAULT_SOURCE to fix compilation warnings on gcc 5
This commit is contained in:
commit
c925313a7a
@ -52,6 +52,7 @@
|
||||
#define _XOPEN_SOURCE 500
|
||||
#define _DARWIN_C_SOURCE 1
|
||||
#define _BSD_SOURCE
|
||||
#define _DEFAULT_SOURCE
|
||||
#define __BSD_VISIBLE 1
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user