summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-10-12 13:09:11 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-10-12 13:09:11 -0400
commitda5c9dd34f65989c842cfb831b8592157dd8ed34 (patch)
tree06571b02c096ef6fe2e0c785253b0b151731e205 /tests
parent257227326fe60fe70e80433fd34d1ebcb2f9f623 (diff)
downloadbfs-da5c9dd34f65989c842cfb831b8592157dd8ed34.tar.xz
diag: Move enum debug_flags out of ctx.h
Diffstat (limited to 'tests')
-rw-r--r--tests/alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/alloc.c b/tests/alloc.c
index 382131f..2334241 100644
--- a/tests/alloc.c
+++ b/tests/alloc.c
@@ -5,6 +5,7 @@
#include "../src/diag.h"
#include <errno.h>
#include <stdlib.h>
+#include <stdint.h>
int main(void) {
// Check sizeof_flex()