urldb no longer uses curl directly but it does need correct network includes

The update to remove curl usage from urldb must pull in the utility
config header instead to get inet_aton and such or compoles on some
platforms fail.
This commit is contained in:
Vincent Sanders 2016-04-17 09:39:44 +01:00
parent 7dee1cb7d6
commit 810e9153d1
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@
#include <strings.h>
#include <time.h>
#include "utils/config.h"
#include "utils/nsoption.h"
#include "utils/log.h"
#include "utils/corestrings.h"