From: Torsten Dreyer <torsten@t3r.de>
Date: Mon, 2 May 2016 18:46:42 +0000 (+0200)
Subject: Fix Windows build (hopefully)
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ac3ebbfc7f118a72306f0e7b481b2bf90d220ea;p=simgear.git

Fix Windows build (hopefully)
---

diff --git a/simgear/io/DNSClient.cxx b/simgear/io/DNSClient.cxx
index 2c58edd5..8681e900 100644
--- a/simgear/io/DNSClient.cxx
+++ b/simgear/io/DNSClient.cxx
@@ -23,6 +23,7 @@
 
 #include "DNSClient.hxx"
 #include "udns.h"
+#include <time.h>
 #include <simgear/debug/logstream.hxx>
 
 namespace simgear {