From: curt Date: Tue, 22 Jun 1999 21:24:31 +0000 (+0000) Subject: Incorporated Oliver's initial networking code. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=540849b9c37cda783182ef87e5ba4b8ad112a6f6;p=flightgear.git Incorporated Oliver's initial networking code. --- diff --git a/acconfig.h b/acconfig.h index 98c86342d..afce6c4a1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -49,6 +49,9 @@ release build */ #undef FG_NDEBUG +/* Define to include Oliver's networking support */ +#undef FG_NETWORK_OLK + /* Define to the type of elements in the array set by `getgroups'. Usually this is either `int' or `gid_t'. */ #undef GETGROUPS_T diff --git a/src/Cockpit/hud.cxx b/src/Cockpit/hud.cxx index 36d03c3b6..d1e3c1f01 100644 --- a/src/Cockpit/hud.cxx +++ b/src/Cockpit/hud.cxx @@ -50,6 +50,7 @@ #include #include #include +#include #include #include