diff mbox

missing include in btrfsck.c

Message ID 201005311545.25546.mail@earthworm.de (mailing list archive)
State New, archived
Headers show

Commit Message

Christian Hesse May 31, 2010, 1:45 p.m. UTC
None
diff mbox

Patch

Signed-off-by: Christian Hesse <mail@earthworm.de>
--- btrfsck.c	2010-05-31 15:24:40.000000000 +0200
+++ btrfsck.c	2010-05-31 15:23:26.000000000 +0200
@@ -21,6 +21,7 @@ 
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
+#include <sys/stat.h>
 #include "kerncompat.h"
 #include "ctree.h"
 #include "disk-io.h"