Browse Source

fix missing types during compilation with UA_ENABLE_MULTITHREADING

jrcoding 6 years ago
parent
commit
24bd7d76a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -594,7 +594,7 @@ if(UA_ENABLE_ENCRYPTION)
 endif()
 
 if(UA_ENABLE_DISCOVERY)
-    list(INSERT internal_headers 5 ${PROJECT_SOURCE_DIR}/src/server/ua_discovery_manager.h)
+    list(INSERT internal_headers 13 ${PROJECT_SOURCE_DIR}/src/server/ua_discovery_manager.h)
     list(APPEND lib_sources ${PROJECT_SOURCE_DIR}/src/server/ua_discovery_manager.c)
 endif()