summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-09-26 22:20:56 +0000
committerRoland McGrath <roland@redhat.com>1994-09-26 22:20:56 +0000
commitb13a443fa7d6adec55d9f1f144d763010e0f0908 (patch)
treef9cc44e882d3c2ca9f7e0a87440469f88068f906 /dir.c
parente938a511befdb102be568ed2046c5ea9e99a93aa (diff)
downloadgunmake-b13a443fa7d6adec55d9f1f144d763010e0f0908.tar.gz
[__MSDOS__]: Fixed typo.
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.c b/dir.c
index 07752d3..da8abf7 100644
--- a/dir.c
+++ b/dir.c
@@ -48,7 +48,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif /* POSIX */
#ifdef __MSDOS__
-#inlcude <ctype.h>
+#include <ctype.h>
static char *
dosify (filename)