aboutsummaryrefslogtreecommitdiffstats
path: root/src/doprnt.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-07-05 03:27:25 +0000
committerRichard M. Stallman <[email protected]>1997-07-05 03:27:25 +0000
commit523e929122415f6bad52eca72af3222c90caebcf (patch)
treeb75b5ead6f174bc6be289caa20ed9a5cbc99bf4c /src/doprnt.c
parentc4009c1f3dca5e5e240ec732f1a617ae62c0c64c (diff)
Include float.h before lisp.h.
Diffstat (limited to 'src/doprnt.c')
-rw-r--r--src/doprnt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doprnt.c b/src/doprnt.c
index 7c703f87d5..2b988acea5 100644
--- a/src/doprnt.c
+++ b/src/doprnt.c
@@ -24,12 +24,13 @@ Boston, MA 02111-1307, USA. */
#include <config.h>
#include <stdio.h>
#include <ctype.h>
-#include "lisp.h"
#if STDC_HEADERS
#include <float.h>
#endif
+#include "lisp.h"
+
#ifndef DBL_MAX_10_EXP
#define DBL_MAX_10_EXP 308 /* IEEE double */
#endif