added _DEFAULT_SOURCE to fix compilation warnings on gcc 5

This commit is contained in:
arch3y 2016-05-04 15:49:46 -04:00
parent 7250ec2310
commit a7b9db0187
1 changed files with 1 additions and 0 deletions

View File

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