From 9ee916bbd0b644da11d5b323dbd90b6156374228 Mon Sep 17 00:00:00 2001 From: flatcap Date: Thu, 29 Sep 2005 12:50:39 +0000 Subject: [PATCH] need config.h for the autoconf #ifdefs --- ntfsprogs/ntfsrm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ntfsprogs/ntfsrm.c b/ntfsprogs/ntfsrm.c index 68a3070f..6a0a6e21 100644 --- a/ntfsprogs/ntfsrm.c +++ b/ntfsprogs/ntfsrm.c @@ -21,6 +21,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" + #ifdef HAVE_STDIO_H #include #endif