# include <config.h>
#endif
+#include <cstring>
+
#include <simgear/debug/logstream.hxx>
#include <simgear/io/lowlevel.hxx> // endian tests
#include <simgear/io/sg_netBuffer.hxx>
# include <config.h>
#endif
+#include <cassert>
#include <simgear/structure/exception.hxx>
#include <FDM/fdm_shell.hxx>
#include <simgear/compiler.h>
#include <algorithm> // sort()
-#include <stdlib.h> // atoi() atof()
-
+#include <cstdlib> // atoi() atof()
+#include <cstring>
#include <string>
#include <simgear/debug/logstream.hxx>
#include <simgear/compiler.h>
-#include <string>
-
+#include <cstring>
#include <iostream>
#include <map>
#include <string>
AM_CPPFLAGS = $(svn_CPPFLAGS)
-terrasync_LDADD = -lsgio -lsgmisc -lsgdebug $(network_LIBS) $(svn_LIBS)
+terrasync_LDADD = -lsgio -lsgstructure -lsgmisc -lsgdebug $(network_LIBS) $(svn_LIBS)