From eabd277f064f86f20aa4eecab471fab0af84fec2 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Sat, 2 Jul 2016 23:22:58 -0700 Subject: _BSD_SOURCE might be defined in unber.c --- skeletons/INTEGER.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skeletons/INTEGER.c b/skeletons/INTEGER.c index 0331e1b5..a839b32b 100644 --- a/skeletons/INTEGER.c +++ b/skeletons/INTEGER.c @@ -3,7 +3,9 @@ * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ +#ifndef _BSD_SOURCE #define _BSD_SOURCE /* for snprintf() on some linux systems */ +#endif #include #include #include -- cgit v1.2.3