]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/ATC-Outputs.cxx
httpd: don't spam the console with debug messages
[flightgear.git] / src / Network / ATC-Outputs.cxx
index 97a8df77169a19635f56fcebec117f52d3178f4e..dd9e32cdd936ffee6ebf05ed1046cf30bedcb020 100644 (file)
@@ -20,6 +20,7 @@
 //
 // $Id$
 
+// TODO FIXME Module still contains lots of "static SGPropertyNode"s below.
 
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
@@ -31,6 +32,7 @@
 #  include <sys/types.h>
 #  include <sys/stat.h>
 #  include <fcntl.h>
+#  include <stdlib.h>
 #  include <unistd.h>
 #  include <ostream>
 #endif
@@ -39,6 +41,7 @@
 #include <math.h>
 
 #include <string>
+#include <cstdio>
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/sg_path.hxx>