Fix test_macros.c on MacOS

This commit is contained in:
Josh Holtrop 2026-07-14 20:51:00 -04:00
parent 1c74e747e1
commit 2e02ed7391

View File

@ -3,6 +3,7 @@
#include <string.h>
#include <assert.h>
#include <stddef.h>
#include <stdbool.h>
static p_context_t * context;
size_t n_tokens;