diff options
| author | cremno <[email protected]> | 2014-04-29 06:18:05 +0200 |
|---|---|---|
| committer | cremno <[email protected]> | 2014-04-29 06:21:29 +0200 |
| commit | 5b3a442d31299101e77bdeab01f7ea2a495a311d (patch) | |
| tree | 3bbdba22fca24a91952930a13100564b40a21059 /src/string.c | |
| parent | a2dc6f7db9c823d66371829e909d0c8b21ba13fb (diff) | |
| download | mruby-5b3a442d31299101e77bdeab01f7ea2a495a311d.tar.gz mruby-5b3a442d31299101e77bdeab01f7ea2a495a311d.zip | |
include the missing header for `DBL_DIG`
Diffstat (limited to 'src/string.c')
| -rw-r--r-- | src/string.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string.c b/src/string.c index f9d0791bd..c243e224f 100644 --- a/src/string.c +++ b/src/string.c @@ -5,6 +5,7 @@ */ #include <ctype.h> +#include <float.h> #include <limits.h> #include <stddef.h> #include <stdlib.h> |
