aboutsummaryrefslogtreecommitdiffstats
path: root/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'path.c')
-rw-r--r--path.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/path.c b/path.c
index 0d2bf14..4fbc210 100644
--- a/path.c
+++ b/path.c
@@ -3,6 +3,9 @@
The assumption is that this area does not change.
*/
+#ifdef __linux__
+#define _GNU_SOURCE 1
+#endif
#include <sys/types.h>
#include <sys/param.h>
#include <dirent.h>