From a207c28172d8a2cfa38a77d1158a5274e24d3e26 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Dec 2014 17:17:03 -0600 Subject: [PATCH] fix up files in utils directory for strdup on old systems --- utils/stringv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/stringv.c b/utils/stringv.c index fadb5ce..e032a52 100644 --- a/utils/stringv.c +++ b/utils/stringv.c @@ -17,6 +17,7 @@ */ #define _POSIX_C_SOURCE 200809L // for strdup +#define _BSD_SOURCE // for strdup on old systems #include #include