summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBiswapriyo Nath <nathbappai@gmail.com>2023-05-14 23:33:04 +0530
committerGitHub <noreply@github.com>2023-05-14 11:03:04 -0700
commite69fba2db04078f49043a0509815424efed2227e (patch)
tree53b84e82bc2cb4d7c5ea6f46e28bc63b79fd9c85
parent811f24d0bfa234bd226301edb6f789320b6f8b5a (diff)
downloadyasm-e69fba2db04078f49043a0509815424efed2227e.tar.gz
Fix missing yasm_xfree function declaration (#224)
This fixes the following compiler error in macOS in CI. libyasm/tests/bitvect_test.c:112:5: error: implicit declaration of function 'yasm_xfree' [-Werror,-Wimplicit-function-declaration]
-rw-r--r--libyasm/tests/bitvect_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libyasm/tests/bitvect_test.c b/libyasm/tests/bitvect_test.c
index 367b12bc..b60b7ede 100644
--- a/libyasm/tests/bitvect_test.c
+++ b/libyasm/tests/bitvect_test.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
+#include "util.h"
#include "libyasm/bitvect.h"
static int