diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-24 20:01:24 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-24 20:01:24 +0900 |
| commit | 4d21a68d35b00dbefc496f6d3bd5cfbd2ef9e122 (patch) | |
| tree | 74f95072af00a855851b7847ba7842f621876124 /src | |
| parent | 9e114fc913458b6a9df90a8ee3938ee4bb249a49 (diff) | |
| download | mruby-4d21a68d35b00dbefc496f6d3bd5cfbd2ef9e122.tar.gz mruby-4d21a68d35b00dbefc496f6d3bd5cfbd2ef9e122.zip | |
Add `#include <mrbconf.h>` at the head of `fmt_fp.c`; #5185
Diffstat (limited to 'src')
| -rw-r--r-- | src/fmt_fp.c | 1 |
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) /* |
