diff options
| author | Mel <mel@rnrd.eu> | 2025-07-09 17:06:19 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-09 17:06:19 +0200 |
| commit | deb7edadc446653a70c03e9312bc949cc27ce8c4 (patch) | |
| tree | 235d39d33a39d6da0023c829aed413cdf743cf99 /boot/common.c | |
| parent | efa510e6b58ce13c53e94f13a5be0007240e9dcc (diff) | |
| download | catskill-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.c | 1 |
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 |
