summaryrefslogtreecommitdiff
path: root/charf.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 /charf.c
parentdc3963fc6626dda89dcce35e9f3e73151ab7f3e5 (diff)
Add stdbool.h everywhere.
Diffstat (limited to 'charf.c')
-rw-r--r--charf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/charf.c b/charf.c
index 537f28a..01c3087 100644
--- a/charf.c
+++ b/charf.c
@@ -3,6 +3,7 @@
#include <math.h>
//for multithreading
#include <pthread.h>
+#include <stdbool.h>
#define DOUBLEMODE 0
#define DOUBLEERRORMODE 1