11 lines
176 B
Diff
11 lines
176 B
Diff
|
--- zerofree.c
|
||
|
+++ zerofree.c
|
||
|
@@ -17,6 +17,7 @@
|
||
|
* Jan Krämer.
|
||
|
*/
|
||
|
|
||
|
+#include <sys/stat.h>
|
||
|
#include <ext2fs/ext2fs.h>
|
||
|
#include <stdio.h>
|
||
|
#include <unistd.h>
|