summaryrefslogtreecommitdiff
path: root/src/code/TwoHeadArena.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2025-05-24 22:20:51 +0200
committerGitHub <noreply@github.com>2025-05-24 16:20:51 -0400
commit6d56b1b8e0410da164f3e5d0d62f4a9d472a1445 (patch)
tree5bdc14b4d98989cfbdb72c4ccb313a2f3337d587 /src/code/TwoHeadArena.c
parentf7073a7837de95ac72a0189c74ffa96335280f12 (diff)
Cleanup includes in header files (#2540)
* Cleanup includes in header files * include libc headers without libc/ prefix * fix * fix2 * fix3 * fix4 * some bss lol * bss * fix
Diffstat (limited to 'src/code/TwoHeadArena.c')
-rw-r--r--src/code/TwoHeadArena.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/TwoHeadArena.c b/src/code/TwoHeadArena.c
index 490304a47..23ef69a91 100644
--- a/src/code/TwoHeadArena.c
+++ b/src/code/TwoHeadArena.c
@@ -10,6 +10,7 @@
* with identical lifetime.
*/
#include "tha.h"
+#include "alignment.h"
void* THA_GetHead(TwoHeadArena* tha) {
return tha->head;