diff options
Diffstat (limited to 'lib/ext2fs/inline.c')
-rw-r--r-- | lib/ext2fs/inline.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ext2fs/inline.c b/lib/ext2fs/inline.c index 05da1f79..4d0f4ad1 100644 --- a/lib/ext2fs/inline.c +++ b/lib/ext2fs/inline.c @@ -15,7 +15,6 @@ #define _XOPEN_SOURCE 600 /* for posix_memalign() */ #endif -#include "config.h" #include <stdio.h> #include <string.h> #if HAVE_UNISTD_H @@ -29,7 +28,7 @@ #if HAVE_SYS_TYPES_H #include <sys/types.h> #endif -#if HAVE_MALLOC_H +#ifdef HAVE_MALLOC_H #include <malloc.h> #endif |