소스 검색

fix amalgamation

Julius Pfrommer 8 년 전
부모
커밋
ab9ba0a681
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/server/ua_services_discovery.c

+ 1 - 4
src/server/ua_services_discovery.c

@@ -4,10 +4,7 @@
 
 #include "ua_server_internal.h"
 #include "ua_services.h"
-
-#if defined(UA_ENABLE_DISCOVERY) && defined(UA_ENABLE_DISCOVERY_MULTICAST)
-# include "ua_mdns_internal.h"
-#endif
+#include "ua_mdns_internal.h"
 
 #ifdef _MSC_VER
 # ifndef UNDER_CE