Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 57fc2b0

Browse files
authored
Add missing EndpointSecurity dylib (#1315)
1 parent 262adfe commit 57fc2b0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Source/santad/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,9 @@ objc_library(
658658
name = "EndpointSecurityAPI",
659659
srcs = ["EventProviders/EndpointSecurity/EndpointSecurityAPI.mm"],
660660
hdrs = ["EventProviders/EndpointSecurity/EndpointSecurityAPI.h"],
661+
sdk_dylibs = [
662+
"EndpointSecurity",
663+
],
661664
deps = [
662665
":EndpointSecurityClient",
663666
":EndpointSecurityMessage",

Source/santad/EventProviders/EndpointSecurity/Enricher.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include "Source/common/SantaCache.h"
2020
#include "Source/santad/EventProviders/EndpointSecurity/EnrichedTypes.h"
21+
#include "Source/santad/ProcessTree/process_tree.h"
2122

2223
namespace santa::santad::event_providers::endpoint_security {
2324

0 commit comments

Comments
 (0)