summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ftw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftw.c b/ftw.c
index 7b18cebd..6128a652 100644
--- a/ftw.c
+++ b/ftw.c
@@ -29,7 +29,9 @@
#include <signal.h>
#include <stdlib.h>
#include <stddef.h>
+#ifndef __USE_GNU
#define __USE_GNU
+#endif
#include <ftw.h>
#include "config.h"
#include ALLOCA_H