summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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