mirror of https://github.com/getdnsapi/getdns.git
Eliminate compile error
This commit is contained in:
parent
af46e20721
commit
9c8b70e4bc
|
@ -14,6 +14,7 @@
|
||||||
* Contains functions to translate the wireformat to text
|
* Contains functions to translate the wireformat to text
|
||||||
* representation, as well as functions to print them.
|
* representation, as well as functions to print them.
|
||||||
*/
|
*/
|
||||||
|
#include <stdlib.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "gldns/wire2str.h"
|
#include "gldns/wire2str.h"
|
||||||
#include "gldns/str2wire.h"
|
#include "gldns/str2wire.h"
|
||||||
|
|
Loading…
Reference in New Issue