summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorcremno <[email protected]>2014-04-29 06:18:05 +0200
committercremno <[email protected]>2014-04-29 06:21:29 +0200
commit5b3a442d31299101e77bdeab01f7ea2a495a311d (patch)
tree3bbdba22fca24a91952930a13100564b40a21059 /src/string.c
parenta2dc6f7db9c823d66371829e909d0c8b21ba13fb (diff)
downloadmruby-5b3a442d31299101e77bdeab01f7ea2a495a311d.tar.gz
mruby-5b3a442d31299101e77bdeab01f7ea2a495a311d.zip
include the missing header for `DBL_DIG`
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c1
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>