svn commit: trunk/busybox/e2fsprogs/ext2fs

vapier at busybox.net vapier at busybox.net
Sat Sep 24 07:10:47 UTC 2005


Author: vapier
Date: 2005-09-24 00:10:37 -0700 (Sat, 24 Sep 2005)
New Revision: 11622

Log:
make sure we include local header files

Modified:
   trunk/busybox/e2fsprogs/ext2fs/bmove.c


Changeset:
Modified: trunk/busybox/e2fsprogs/ext2fs/bmove.c
===================================================================
--- trunk/busybox/e2fsprogs/ext2fs/bmove.c	2005-09-24 06:15:23 UTC (rev 11621)
+++ trunk/busybox/e2fsprogs/ext2fs/bmove.c	2005-09-24 07:10:37 UTC (rev 11622)
@@ -18,8 +18,8 @@
 #include <sys/time.h>
 #endif
 
-#include "ext2_fs.h"
-#include "ext2fsP.h"
+#include "ext2fs/ext2_fs.h"
+#include "ext2fs/ext2fsP.h"
 
 struct process_block_struct {
 	ext2_ino_t		ino;




More information about the busybox-cvs mailing list