summaryrefslogtreecommitdiff
path: root/ratio.c
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 /ratio.c
parentdc3963fc6626dda89dcce35e9f3e73151ab7f3e5 (diff)
Add stdbool.h everywhere.
Diffstat (limited to 'ratio.c')
-rw-r--r--ratio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ratio.c b/ratio.c
index 4b5c56b..e23aabd 100644
--- a/ratio.c
+++ b/ratio.c
@@ -3,6 +3,7 @@
#include <math.h>
#include <limits.h>
#include <float.h>
+#include <stdbool.h>
typedef unsigned long long num;