Fix btrfsck build failure on FC7

This commit is contained in:
Terje Rosten 2007-06-18 08:45:50 -04:00 committed by David Woodhouse
parent 66a6d6da03
commit f9d0788521
1 changed files with 1 additions and 1 deletions

View File

@ -17,9 +17,9 @@
*/
#define _XOPEN_SOURCE 500
#define _GNU_SOURCE 1
#include <stdio.h>
#include <stdlib.h>
#define __USE_GNU
#include <fcntl.h>
#include "kerncompat.h"
#include "radix-tree.h"