Checked in changes from ext2ed version 0.2.

diff --git a/ext2ed/ext2ed.h b/ext2ed/ext2ed.h
index 34d836f..65402e2 100644
--- a/ext2ed/ext2ed.h
+++ b/ext2ed/ext2ed.h
@@ -35,7 +35,7 @@
 #define DEBUG						/* Activate self-sanity checks */
 
 #include <linux/ext2_fs.h>				/* Main kernel ext2 include file */
-#include <linux/stat.h>
+#include <sys/stat.h>
 
 #ifdef OLD_NCURSES					/* The ncurses interface */
 	#include <ncurses/ncurses.h>
@@ -435,4 +435,4 @@
 extern void redraw_all (void);
 extern void close_windows (void);
 
-#endif /* EXT2ED_EDITOR_H */
\ No newline at end of file
+#endif /* EXT2ED_EDITOR_H */