From 75f0d5212ff1409a1d00f2f29f16242058e8249a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 22 Jul 2016 14:11:13 +0200 Subject: Fix warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libcoopgamma.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libcoopgamma.c b/src/libcoopgamma.c index 769b7b8..3421798 100644 --- a/src/libcoopgamma.c +++ b/src/libcoopgamma.c @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this library. If not, see . */ +#define _DEFAULT_SOURCE +#define _BSD_SOURCE + #include "libcoopgamma.h" #include -- cgit v1.2.3-70-g09d2