about summary refs log tree commit diff
path: root/boot/common.c
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-09 17:06:19 +0200
committerMel <mel@rnrd.eu>2025-07-09 17:06:19 +0200
commitdeb7edadc446653a70c03e9312bc949cc27ce8c4 (patch)
tree235d39d33a39d6da0023c829aed413cdf743cf99 /boot/common.c
parentefa510e6b58ce13c53e94f13a5be0007240e9dcc (diff)
downloadcatskill-deb7edadc446653a70c03e9312bc949cc27ce8c4.tar.zst
catskill-deb7edadc446653a70c03e9312bc949cc27ce8c4.zip
Multi-error display and fix up finding line boundries
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'boot/common.c')
-rw-r--r--boot/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/common.c b/boot/common.c
index 1835cd7..d92684e 100644
--- a/boot/common.c
+++ b/boot/common.c
@@ -17,6 +17,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <math.h>
 
 #define uint8 uint8_t
 #define uint16 uint16_t