diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-03 21:25:40 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-03 21:25:40 -0400 |
commit | 248ca4bcf51e215e143b3dd5d1f94b897ab15a61 (patch) | |
tree | 80772ebc3687660eab32eb2eda723cca1cd553e6 /include/lib.h | |
parent | remove annoying output (diff) | |
download | comus-248ca4bcf51e215e143b3dd5d1f94b897ab15a61.tar.gz comus-248ca4bcf51e215e143b3dd5d1f94b897ab15a61.tar.bz2 comus-248ca4bcf51e215e143b3dd5d1f94b897ab15a61.zip |
fix verbose
Diffstat (limited to 'include/lib.h')
-rw-r--r-- | include/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib.h b/include/lib.h index 7635845..3ebecfd 100644 --- a/include/lib.h +++ b/include/lib.h @@ -3,4 +3,5 @@ #include <stdbool.h> #include <stdio.h> #include <stdlib.h> +#include <stdint.h> #include <string.h> |