summaryrefslogtreecommitdiff
path: root/double.h
diff options
context:
space:
mode:
authorJulian Weigt <juw@posteo.de>2026-01-14 12:04:01 +0100
committerJulian Weigt <juw@posteo.de>2026-02-04 15:55:52 +0100
commit8e5bf1e894d36ee939653da7bf029f7a10f002d6 (patch)
tree37540923adf0ed8d9916f6da2e9a25f2390b8617 /double.h
parentdc3963fc6626dda89dcce35e9f3e73151ab7f3e5 (diff)
Add stdbool.h everywhere.
Diffstat (limited to 'double.h')
-rw-r--r--double.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/double.h b/double.h
index 9a26970..606c8af 100644
--- a/double.h
+++ b/double.h
@@ -1,3 +1,5 @@
+#include <stdbool.h>
+
double int_to_valuetype(int);
double int_to_exptype(double);