Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23433
Modified Files:
ntfsrm.c
Log Message:
need config.h for the autoconf #ifdefs
Index: ntfsrm.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsrm.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- ntfsrm.c 28 Sep 2005 13:47:48 -0000 1.62
+++ ntfsrm.c 29 Sep 2005 12:50:39 -0000 1.63
@@ -21,6 +21,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include "config.h"
+
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
|