From a6040115b33ae2d0ae1b0ebdfba51fb15ce133c3 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Sat, 2 Jul 2016 23:01:30 -0700 Subject: unlock snprintf on some systems --- skeletons/INTEGER.c | 1 + 1 file changed, 1 insertion(+) diff --git a/skeletons/INTEGER.c b/skeletons/INTEGER.c index 01066c9c..0331e1b5 100644 --- a/skeletons/INTEGER.c +++ b/skeletons/INTEGER.c @@ -3,6 +3,7 @@ * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ +#define _BSD_SOURCE /* for snprintf() on some linux systems */ #include #include #include -- cgit v1.2.3