]> granicus.if.org Git - pdns/commitdiff
further include fixes in modules
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 8 Mar 2015 09:15:26 +0000 (10:15 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 8 Mar 2015 09:15:26 +0000 (10:15 +0100)
modules/gpgsqlbackend/gpgsqlbackend.cc
modules/gpgsqlbackend/spgsql.cc

index 75c9a9547734d64b6bcb58941af56ece8b0df139..eab62ed27077a1292f267fb83d074dbf24b15e84 100644 (file)
@@ -10,6 +10,7 @@
 #include "pdns/arguments.hh"
 #include "gpgsqlbackend.hh"
 #include "spgsql.hh"
+#include <sys/time.h>
 #include <sstream>
 
 gPgSQLBackend::gPgSQLBackend(const string &mode, const string &suffix)  : GSQLBackend(mode,suffix)
index f30a3dadd4250dd60b1dad6d08155001c9a3b479..7610d12fd59b88c1d2cbe813c2c5f5f42ace5936 100644 (file)
@@ -2,7 +2,7 @@
    for more information. */
 #include <string>
 #include "spgsql.hh"
-
+#include <sys/time.h>
 #include <iostream>
 #include "pdns/logger.hh"
 #include "pdns/dns.hh"