mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
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]
This commit is contained in:
parent
811f24d0bf
commit
e69fba2db0
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "libyasm/bitvect.h"
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue