summaryrefslogtreecommitdiff
path: root/btrfsck.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-05-07 20:04:45 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-05-07 20:04:45 -0400
commit7e8970c198cab360b2ca946efb27c4846369cdad (patch)
tree53c27f3f436f62acc9d2b27f3bad451e8ab5f9e5 /btrfsck.c
parent007e5efb9b5e1d3ce14d5ec162910c249351a56d (diff)
compile fix
Diffstat (limited to 'btrfsck.c')
-rw-r--r--btrfsck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/btrfsck.c b/btrfsck.c
index 49af42ac..31cb0bdf 100644
--- a/btrfsck.c
+++ b/btrfsck.c
@@ -1,6 +1,7 @@
#define _XOPEN_SOURCE 500
#include <stdio.h>
#include <stdlib.h>
+#define __USE_GNU
#include <fcntl.h>
#include "kerncompat.h"
#include "radix-tree.h"