summaryrefslogtreecommitdiff
path: root/misc/mshell/files/patch-ag
blob: cd3d7a2b3a453f838a72fa0f540a61427a5b07f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- mshell.h.orig	Sun Oct 20 16:15:25 2002
+++ mshell.h	Sun Oct 20 16:14:30 2002
@@ -5,8 +5,8 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #ifdef BSD
-#include <sys/dir.h>		/* accessing the directory structure	*/
-#include <sgtty.h>		/* struct for terminal attributes       */
+#include <dirent.h>		/* accessing the directory structure	*/
+#include <termios.h>		/* struct for terminal attributes       */
 #endif
 #ifdef SYSV
 #define index	strchr