X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_commands.cxx;h=de4336833a344159e85801549e415fe0cf77dfca;hb=4fe615fff546df5e381f7fc9ddae92dd3dc36251;hp=50b6bc9e30432ea90bd4f109a53228cc2680af8c;hpb=70044757321d8acf5dd7744934cb2965cfbaec89;p=flightgear.git diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 50b6bc9e3..de4336833 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -1,94 +1,153 @@ // fg_commands.cxx - internal FGFS commands. +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include // strcmp() + #include -#include #include STL_STRING #include STL_FSTREAM +#include #include -#include -#include +#include +#include +#include +#include -#include #include #include +#include +#include +#include +#include +#include +#include +#include #include +#include +#if defined(HAVE_PLIB_PSL) +# include +#endif +#include +#include +#include