diff options
Diffstat (limited to 'src/util/ralloc.h')
-rw-r--r-- | src/util/ralloc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/ralloc.h b/src/util/ralloc.h index 1fe53573f0d..4b88f328665 100644 --- a/src/util/ralloc.h +++ b/src/util/ralloc.h @@ -53,7 +53,8 @@ extern "C" { #include <stddef.h> #include <stdarg.h> #include <stdbool.h> -#include "main/compiler.h" + +#include "macros.h" /** * \def ralloc(ctx, type) |