diff options
author | Roland McGrath <roland@gnu.org> | 1996-02-03 11:10:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-02-03 11:10:34 +0000 |
commit | b556799c297ee07dffef2e4dc455b5b9f4801eac (patch) | |
tree | 88bef35e074477a654e2fdc5684d33db5b9f9827 /ext2fs | |
parent | b6078883848500fba79ac0998de3e5243b383b66 (diff) |
Include string.h for strerror decl.
Diffstat (limited to 'ext2fs')
-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" /* ---------------------------------------------------------------- */ |