From 1b5ee7b7a3515df4da7fba081bac501b7f95614a Mon Sep 17 00:00:00 2001 From: flatcap Date: Thu, 29 Sep 2005 12:44:42 +0000 Subject: [PATCH] need config.h for the autoconf #ifdefs --- libntfs/index.c | 2 ++ libntfs/logfile.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/libntfs/index.c b/libntfs/index.c index c93b8047..36dcdc91 100644 --- a/libntfs/index.c +++ b/libntfs/index.c @@ -20,6 +20,8 @@ * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" + #ifdef HAVE_STDLIB_H #include #endif diff --git a/libntfs/logfile.c b/libntfs/logfile.c index 703ea296..e963f5c9 100644 --- a/libntfs/logfile.c +++ b/libntfs/logfile.c @@ -20,6 +20,8 @@ * Foundation,Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" + #ifdef HAVE_STDLIB_H #include #endif