From b4eab23c123d3f8e1ce72c1963c326f25c52bb16 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Sat, 8 Dec 2018 16:11:07 +0100 Subject: [PATCH] - updated swig configuration for python --- pyiec61850/iec61850.i | 1 + 1 file changed, 1 insertion(+) diff --git a/pyiec61850/iec61850.i b/pyiec61850/iec61850.i index f03a0aba..65e0906f 100644 --- a/pyiec61850/iec61850.i +++ b/pyiec61850/iec61850.i @@ -29,6 +29,7 @@ DataAttribute* toDataAttribute(ModelNode * MN) %} %apply int *OUTPUT {IedClientError* error}; +%include "libiec61850_common_api.h" %include "iec61850_client.h" %include "iso_connection_parameters.h" %include "mms_client_connection.h"