summaryrefslogtreecommitdiff
path: root/double-error.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-error.h
parentdc3963fc6626dda89dcce35e9f3e73151ab7f3e5 (diff)
Add stdbool.h everywhere.
Diffstat (limited to 'double-error.h')
-rw-r--r--double-error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/double-error.h b/double-error.h
index bacc8e7..84d118a 100644
--- a/double-error.h
+++ b/double-error.h
@@ -1,3 +1,5 @@
+#include <stdbool.h>
+
typedef struct {double v; double e;} double_error;
double_error int_to_valuetype(int);