From: James Turner Date: Sun, 24 Oct 2010 10:04:14 +0000 (+0100) Subject: Automake build fixes for PLIB net/ul removal. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=987c1bdfda75029208fc84413c6e27d03835dd87;p=flightgear.git Automake build fixes for PLIB net/ul removal. --- diff --git a/src/FDM/ExternalNet/ExternalNet.cxx b/src/FDM/ExternalNet/ExternalNet.cxx index 7a3a14156..9d2f3e7b2 100644 --- a/src/FDM/ExternalNet/ExternalNet.cxx +++ b/src/FDM/ExternalNet/ExternalNet.cxx @@ -24,6 +24,8 @@ # include #endif +#include + #include #include // endian tests #include diff --git a/src/FDM/fdm_shell.cxx b/src/FDM/fdm_shell.cxx index a4cfad309..aaf94a6e7 100644 --- a/src/FDM/fdm_shell.cxx +++ b/src/FDM/fdm_shell.cxx @@ -24,6 +24,7 @@ # include #endif +#include #include #include diff --git a/src/Network/httpd.cxx b/src/Network/httpd.cxx index e2e6a918f..31d4b9337 100644 --- a/src/Network/httpd.cxx +++ b/src/Network/httpd.cxx @@ -32,8 +32,8 @@ #include #include // sort() -#include // atoi() atof() - +#include // atoi() atof() +#include #include #include diff --git a/src/Network/multiplay.cxx b/src/Network/multiplay.cxx index e7991e6b8..a9cd32bf3 100644 --- a/src/Network/multiplay.cxx +++ b/src/Network/multiplay.cxx @@ -28,8 +28,7 @@ #include -#include - +#include #include #include #include diff --git a/utils/TerraSync/Makefile.am b/utils/TerraSync/Makefile.am index 7106cc72f..3932be524 100644 --- a/utils/TerraSync/Makefile.am +++ b/utils/TerraSync/Makefile.am @@ -6,4 +6,4 @@ terrasync_SOURCES = terrasync.cxx AM_CPPFLAGS = $(svn_CPPFLAGS) -terrasync_LDADD = -lsgio -lsgmisc -lsgdebug $(network_LIBS) $(svn_LIBS) +terrasync_LDADD = -lsgio -lsgstructure -lsgmisc -lsgdebug $(network_LIBS) $(svn_LIBS)