aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c1
1 files changed, 1 insertions, 0 deletions
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. */
49#endif 49#endif
50 50
51#ifdef MSDOS 51#ifdef MSDOS
52#include "msdos.h"
52/* These are redefined (correctly, but differently) in values.h. */ 53/* These are redefined (correctly, but differently) in values.h. */
53#undef INTBITS 54#undef INTBITS
54#undef LONGBITS 55#undef LONGBITS