From a7b9db0187754223170ce4db964e6bade639178a Mon Sep 17 00:00:00 2001 From: arch3y Date: Wed, 4 May 2016 15:49:46 -0400 Subject: [PATCH] added _DEFAULT_SOURCE to fix compilation warnings on gcc 5 --- src/nyancat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nyancat.c b/src/nyancat.c index 5fb7506..c969eb2 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -52,6 +52,7 @@ #define _XOPEN_SOURCE 500 #define _DARWIN_C_SOURCE 1 #define _BSD_SOURCE +#define _DEFAULT_SOURCE #define __BSD_VISIBLE 1 #include #include