diff options
-rw-r--r-- | gas/atof-generic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/atof-generic.c b/gas/atof-generic.c index 9158319..1aee4fa 100644 --- a/gas/atof-generic.c +++ b/gas/atof-generic.c @@ -20,6 +20,7 @@ #include "as.h" #include "safe-ctype.h" +#include <limits.h> #ifdef TRACE static void flonum_print (const FLONUM_TYPE *); |