Eliminate compile error

This commit is contained in:
Willem Toorop 2020-03-03 13:03:58 +00:00
parent af46e20721
commit 9c8b70e4bc
1 changed files with 1 additions and 0 deletions

View File

@ -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"