summaryrefslogtreecommitdiff
path: root/debugfs/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugfs/dump.c')
-rw-r--r--debugfs/dump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debugfs/dump.c b/debugfs/dump.c
index ab0d68b9..4cf0752f 100644
--- a/debugfs/dump.c
+++ b/debugfs/dump.c
@@ -5,7 +5,9 @@
* under the terms of the GNU Public License.
*/
+#ifndef _GNU_SOURCE
#define _GNU_SOURCE /* for O_LARGEFILE */
+#endif
#include <stdio.h>
#include <unistd.h>