diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-04 12:02:51 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-04 12:02:51 -0400 |
commit | 0eee1ffd3d992872ae47a2f957989ad226e93b64 (patch) | |
tree | 9c05d0444f7c6763b267851c32523848321270c4 /include/lib.h | |
parent | fmt (diff) | |
download | comus-0eee1ffd3d992872ae47a2f957989ad226e93b64.tar.gz comus-0eee1ffd3d992872ae47a2f957989ad226e93b64.tar.bz2 comus-0eee1ffd3d992872ae47a2f957989ad226e93b64.zip |
generic file system structures
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 3ebecfd..e8e921d 100644 --- a/include/lib.h +++ b/include/lib.h @@ -5,3 +5,4 @@ #include <stdlib.h> #include <stdint.h> #include <string.h> +#include <limits.h> |