From 5cc1b90a447225b712da21c554861f56b713e3c8 Mon Sep 17 00:00:00 2001 From: erusman Date: Tue, 7 Jul 2020 19:53:24 -0700 Subject: [PATCH] add change to libxm12 parser.h out of extern C for newer gcc build --- .../src/shared/CustomerServiceInterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/server/application/CustomerServiceServer/src/shared/CustomerServiceInterface.h b/engine/server/application/CustomerServiceServer/src/shared/CustomerServiceInterface.h index bdb22baf..5e4d7833 100755 --- a/engine/server/application/CustomerServiceServer/src/shared/CustomerServiceInterface.h +++ b/engine/server/application/CustomerServiceServer/src/shared/CustomerServiceInterface.h @@ -9,9 +9,9 @@ #include "sharedFoundation/NetworkId.h" #include "sharedNetworkMessages/CustomerServiceCategory.h" #include - -extern "C" { #include "libxml/parser.h" +extern "C" { + } using namespace CSAssist;