diff options
-rw-r--r-- | ext2fs/ext2fs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.c b/ext2fs/ext2fs.c index d422cc2c..d70bd853 100644 --- a/ext2fs/ext2fs.c +++ b/ext2fs/ext2fs.c @@ -24,8 +24,9 @@ #include <fcntl.h> #include <unistd.h> #include <stdlib.h> +#include <string.h> +#include <error.h> #include "ext2fs.h" -#include "error.h" /* ---------------------------------------------------------------- */ |