diff options
author | Theodore Ts'o <tytso@mit.edu> | 2003-03-14 02:13:48 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2003-03-14 02:13:48 -0500 |
commit | e71d87317ac095fa08079f0cc9040da16952eb93 (patch) | |
tree | db07f90cb9d7584ed52255dd77b983b5de0acb6c /misc/fsck.c | |
parent | b0700a1b6083f2f0c19c349f07ca80e70ec456be (diff) | |
download | e2fsprogs-e71d87317ac095fa08079f0cc9040da16952eb93.tar.gz |
Add Apple/Darwin patches.
Diffstat (limited to 'misc/fsck.c')
-rw-r--r-- | misc/fsck.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/fsck.c b/misc/fsck.c index 86f2406b..6408c8e0 100644 --- a/misc/fsck.c +++ b/misc/fsck.c @@ -50,7 +50,9 @@ #if HAVE_ERRNO_H #include <errno.h> #endif +#if HAVE_MALLOC_H #include <malloc.h> +#endif #include "../version.h" #include "nls-enable.h" |