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:
Rui Chen 2022-08-20 22:31:22 -04:00
parent 3a71bd350e
commit 902c0c0543
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include "gldns/gbuffer.h"
#include <limits.h>
#include <stdlib.h>
#include <strings.h>
gldns_lookup_table gldns_directive_types[] = {