From: Roland McGrath Date: Mon, 26 Sep 1994 22:20:56 +0000 (+0000) Subject: [__MSDOS__]: Fixed typo. X-Git-Tag: 3.71.5~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13a443fa7d6adec55d9f1f144d763010e0f0908;p=thirdparty%2Fmake.git [__MSDOS__]: Fixed typo. --- diff --git a/dir.c b/dir.c index 07752d31..da8abf74 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 +#include static char * dosify (filename)