| commit | 6e6085030ef4900c2b944b6a710e05a470c69660 | [log] [tgz] |
|---|---|---|
| author | Szymon Starzycki <sstar@google.com> | Tue Jul 23 17:45:49 2013 -0700 |
| committer | Szymon Starzycki <sstar@google.com> | Tue Jul 23 17:45:49 2013 -0700 |
| tree | 6b4186b383fb564fb005fc7e34db6991dd097fab | |
| parent | 56e32bcc0d452255025ade806536e3ad02b071e8 [diff] [blame] |
Missing include in wipe.h Change-Id: I6c29d6e90c5bc17b3070595c89fad9ca5c3f75f9
diff --git a/ext4_utils/wipe.h b/ext4_utils/wipe.h index 814877d..ecde9c1 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