blob: 3a538ac4e0b43c8c764441a11aea0191b53d189b (
plain) (
tree)
|
|
--- mshell.h.orig Sun Oct 20 16:15:25 2002
+++ mshell.h Sun Oct 20 16:14:30 2002
@@ -5,7 +5,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#ifdef BSD
-#include <sys/dir.h> /* accessing the directory structure */
+#include <dirent.h> /* accessing the directory structure */
#include <sgtty.h> /* struct for terminal attributes */
#endif
#ifdef SYSV
|