add change to libxm12 parser.h out of extern C for newer gcc build

This commit is contained in:
erusman
2020-07-07 19:53:24 -07:00
parent 1f54f1956c
commit 5cc1b90a44

View File

@@ -9,9 +9,9 @@
#include "sharedFoundation/NetworkId.h"
#include "sharedNetworkMessages/CustomerServiceCategory.h"
#include <vector>
extern "C" {
#include "libxml/parser.h"
extern "C" {
}
using namespace CSAssist;