make sure we include local header files

This commit is contained in:
Mike Frysinger 2005-09-24 07:10:37 +00:00
parent 016d6289a1
commit bfe773f471

View File

@ -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;