X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fpve.cxx;h=c78422eb627536298e6a955ac0a636b496e3ac89;hb=efcc89480db17c181262aca1d6001ba9d92f0867;hp=cc2b7f854ebd07f7bedcaa0d2c5bb7e629f979ea;hpb=1294aed4650ec2aacef27a7fdeb2f4e012516ca0;p=flightgear.git diff --git a/src/Network/pve.cxx b/src/Network/pve.cxx index cc2b7f854..c78422eb6 100644 --- a/src/Network/pve.cxx +++ b/src/Network/pve.cxx @@ -2,7 +2,7 @@ // // Written by Curtis Olson, started November 1999. // -// Copyright (C) 1999 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 1999 Curtis L. Olson - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -16,18 +16,22 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ +#ifdef HAVE_CONFIG_H +# include +#endif +#include // sprintf() + +#include #include -#include +#include -#include -#include