X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fjoyclient.cxx;h=b163cb00ee69b175341d1d9c27c75438e04315fe;hb=efcc89480db17c181262aca1d6001ba9d92f0867;hp=2f5e802aa21a171b117ae57aff791a5272724c09;hpb=d05121ef4689d2b50b3fe1848cbb0d1f5a1db877;p=flightgear.git diff --git a/src/Network/joyclient.cxx b/src/Network/joyclient.cxx index 2f5e802aa..b163cb00e 100644 --- a/src/Network/joyclient.cxx +++ b/src/Network/joyclient.cxx @@ -16,15 +16,19 @@ // // 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 "config.h" +#endif #include #include -#include +#include +#include
#include "joyclient.hxx"