We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8c0e96 + 672fa67 commit f58d8c1Copy full SHA for f58d8c1
.gitignore
@@ -1,3 +1,4 @@
1
+.project
2
*~
3
aclocal.m4
4
autom4te.cache/
src/zooadd.c
@@ -8,8 +8,9 @@
8
#include "options.h"
9
10
#ifdef HAVE_NFTW
11
-#define _XOPEN_SOURCE 500 /* Rrequired on GLIBC */
12
-#define _GNU_SOURCE /* -- " -- " -- " -- */
+#define _XOPEN_SOURCE 500 /* Required on GLIBC */
+#define _GNU_SOURCE /* -- " -- " -- " -- */
13
+#define _POSIX_C_SOURCE 200809L /* -- " -- " -- " -- */
14
#include <ftw.h>
15
#endif
16
0 commit comments