summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjp abgrall <jpa@google.com>2013-07-25 22:07:34 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-07-25 22:07:34 +0000
commit79cebe6378aab91e291e3b55fd1c3851ea3b951f (patch)
treef0969a03a36ec4f22a6f4ae1621fb42a17c191e9
parentfe87e119a6ba97b7bd8e460f4e930fcef9b1f1fe (diff)
parent6e6085030ef4900c2b944b6a710e05a470c69660 (diff)
downloadextras-79cebe6378aab91e291e3b55fd1c3851ea3b951f.tar.gz
Merge "Missing include in wipe.h"
-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