about summary refs log tree commit homepage
path: root/compat-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat-util.h')
-rw-r--r--compat-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat-util.h b/compat-util.h
index 413dab7..d3520e1 100644
--- a/compat-util.h
+++ b/compat-util.h
@@ -1,6 +1,7 @@
 #ifndef OS_COMPAT_H
 #define OS_COMPAT_H
 
+#define _GNU_SOURCE
 #define _LARGE_FILES
 #define _FILE_OFFSET_BITS 64
 #define _BSD_SOURCE /* for mincore */