aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/fpconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/fpconv.c')
-rw-r--r--src/stdlib/fpconv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/fpconv.c b/src/stdlib/fpconv.c
index 8b994cfa..0781295d 100644
--- a/src/stdlib/fpconv.c
+++ b/src/stdlib/fpconv.c
@@ -1,5 +1,6 @@
// This file defines a function to convert floating point numbers to strings.
// For license, see: fpconv_license.txt
+
#include <stdbool.h>
#include <string.h>