summaryrefslogtreecommitdiff
path: root/include/lib.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-04 12:02:51 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-04 12:02:51 -0400
commit0eee1ffd3d992872ae47a2f957989ad226e93b64 (patch)
tree9c05d0444f7c6763b267851c32523848321270c4 /include/lib.h
parentfmt (diff)
downloadcomus-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.h1
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>