summaryrefslogtreecommitdiff
path: root/misc/mshell/files/patch-ag
blob: 3a538ac4e0b43c8c764441a11aea0191b53d189b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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