udns: add missing config.h

This commit is contained in:
Torsten Dreyer 2016-05-02 20:27:04 +02:00
parent 53d8dcfc77
commit 5ecf07e92d

View File

@ -21,6 +21,9 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h>
#include <stdlib.h>
#include <assert.h>