From: Richard M. Stallman Date: Tue, 7 Jun 1994 15:26:59 +0000 (+0000) Subject: [MSDOS]: #include "msdos.h". X-Git-Tag: emacs-19.34~8030 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7df5cd28d4ed2b46b704bf10d7238a3c6e3fdb6c;p=emacs.git [MSDOS]: #include "msdos.h". --- diff --git a/src/lread.c b/src/lread.c index 17fcc407a0e..2ee1947eb48 100644 --- a/src/lread.c +++ b/src/lread.c @@ -49,6 +49,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #ifdef MSDOS +#include "msdos.h" /* These are redefined (correctly, but differently) in values.h. */ #undef INTBITS #undef LONGBITS