소스 검색

Re-add ua_log_stdout.h temporarily to fix OS X issue in another PR

Stefan Profanter 5 년 전
부모
커밋
3e43f612aa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/ua_network_tcp.c

+ 1 - 0
arch/ua_network_tcp.c

@@ -10,6 +10,7 @@
 
 #define UA_INTERNAL
 #include "ua_network_tcp.h"
+#include "ua_log_stdout.h"
 #include "../deps/queue.h"
 #include "ua_util.h"