summaryrefslogtreecommitdiffhomepage
path: root/src/fmt_fp.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-11-24 20:01:24 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-11-24 20:01:24 +0900
commit4d21a68d35b00dbefc496f6d3bd5cfbd2ef9e122 (patch)
tree74f95072af00a855851b7847ba7842f621876124 /src/fmt_fp.c
parent9e114fc913458b6a9df90a8ee3938ee4bb249a49 (diff)
downloadmruby-4d21a68d35b00dbefc496f6d3bd5cfbd2ef9e122.tar.gz
mruby-4d21a68d35b00dbefc496f6d3bd5cfbd2ef9e122.zip
Add `#include <mrbconf.h>` at the head of `fmt_fp.c`; #5185
Diffstat (limited to 'src/fmt_fp.c')
-rw-r--r--src/fmt_fp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fmt_fp.c b/src/fmt_fp.c
index 765690fce..9ee314760 100644
--- a/src/fmt_fp.c
+++ b/src/fmt_fp.c
@@ -1,3 +1,4 @@
+#include <mrbconf.h>
#ifndef MRB_NO_FLOAT
#if defined(MRB_NO_STDIO) || defined(_WIN32) || defined(_WIN64)
/*