Pārlūkot izejas kodu

Merge branch 'master' of github.com:acplt/open62541

Julius Pfrommer 10 gadi atpakaļ
vecāks
revīzija
ccabf2f6dd
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/ua_transport_binary.c

+ 1 - 0
src/ua_transport_binary.c

@@ -2,6 +2,7 @@
 #include "ua_transport_binary.h"
 #include "ua_transport.h"
 #include "ua_transport_binary_secure.h"
+#include <stdio.h>
 
 static UA_Int32 TL_check(TL_Connection* connection, UA_ByteString* msg) {
 	if(msg->length > (UA_Int32) connection->localConf.maxMessageSize || msg->length > (UA_Int32) connection->remoteConf.maxMessageSize) {