From c1a106cc6ce776a799b842f4cbe9272782f6c565 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 13 Aug 2017 12:50:59 -0500 Subject: abuild-rmtemp: define _XOPEN_SOURCE to ensure FTW_DEPTH is visible --- abuild-rmtemp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/abuild-rmtemp.c b/abuild-rmtemp.c index 36a12ec..1fca31c 100644 --- a/abuild-rmtemp.c +++ b/abuild-rmtemp.c @@ -4,6 +4,7 @@ * Distributed under GPL-2 */ +#define _XOPEN_SOURCE 700 #include #include #include -- cgit v1.2.3-60-g2f50