diff options
author | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 11:02:46 +1100 |
---|---|---|
committer | Omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 11:02:46 +1100 |
commit | 4b9ab2ec5acf2ecf2e96c38733a835b964664171 (patch) | |
tree | 3a20f08c99e9f5036bccf7916cec56fbb7fd0ec0 /src/log.h | |
parent | 1e1facd09ade50ffaf421cffe53ff7ddddab2793 (diff) |
add an arena allocator first impl
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #pragma once #include <stdbool.h> +#include <stdio.h> +#include <stdlib.h> #define ERROR_EXIT(...) \ { \ |