mirror of https://github.com/getdnsapi/getdns.git
fix build issue
fix build error as below: ``` /tmp/getdns-20220820-35872-b98qtd/getdns-1.7.2/src/gldns/parse.c:250:16: error: implicitly declaring library function 'free' with type 'void (void *)' [-Werror,-Wimplicit-function-declaration] free(fkeyword); ^ ``` relates to Homebrew/homebrew-core#108544 Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
3a71bd350e
commit
902c0c0543
|
@ -13,6 +13,7 @@
|
||||||
#include "gldns/gbuffer.h"
|
#include "gldns/gbuffer.h"
|
||||||
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
|
|
||||||
gldns_lookup_table gldns_directive_types[] = {
|
gldns_lookup_table gldns_directive_types[] = {
|
||||||
|
|
Loading…
Reference in New Issue