]> git.mxchange.org Git - simgear.git/commitdiff
Fix Windows build (hopefully)
authorTorsten Dreyer <torsten@t3r.de>
Mon, 2 May 2016 18:46:42 +0000 (20:46 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
simgear/io/DNSClient.cxx

index 2c58edd52e0716d30b68d95a243c2df8fd656c4d..8681e90092081570ec310f3b1984eb6d52d163d0 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "DNSClient.hxx"
 #include "udns.h"
+#include <time.h>
 #include <simgear/debug/logstream.hxx>
 
 namespace simgear {