summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Starzycki <sstar@google.com>2013-07-23 17:45:49 -0700
committerSzymon Starzycki <sstar@google.com>2013-07-23 17:45:49 -0700
commit6e6085030ef4900c2b944b6a710e05a470c69660 (patch)
tree6b4186b383fb564fb005fc7e34db6991dd097fab
parent56e32bcc0d452255025ade806536e3ad02b071e8 (diff)
downloadextras-6e6085030ef4900c2b944b6a710e05a470c69660.tar.gz
Missing include in wipe.h
Change-Id: I6c29d6e90c5bc17b3070595c89fad9ca5c3f75f9
-rw-r--r--ext4_utils/wipe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext4_utils/wipe.h b/ext4_utils/wipe.h
index 814877d8..ecde9c14 100644
--- a/ext4_utils/wipe.h
+++ b/ext4_utils/wipe.h
@@ -17,6 +17,8 @@
#ifndef _WIPE_H_
#define _WIPE_H_
+#include "ext4_utils.h"
+
int wipe_block_device(int fd, s64 len);
#endif