diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-05-24 22:20:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-24 16:20:51 -0400 |
| commit | 6d56b1b8e0410da164f3e5d0d62f4a9d472a1445 (patch) | |
| tree | 5bdc14b4d98989cfbdb72c4ccb313a2f3337d587 /src/code/TwoHeadArena.c | |
| parent | f7073a7837de95ac72a0189c74ffa96335280f12 (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.c | 1 |
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; |
