There was an error while loading. Please reload this page.
1 parent b523afa commit 52088f5Copy full SHA for 52088f5
host/commands/process_sandboxer/credentialed_unix_server.cpp
@@ -18,6 +18,8 @@
18
#include <sys/socket.h>
19
#include <sys/un.h>
20
21
+#include <cerrno>
22
+#include <cstdio>
23
#include <string>
24
#include <utility>
25
host/commands/process_sandboxer/sandbox_manager.cpp
@@ -58,7 +58,6 @@
58
#include <sandboxed_api/sandbox2/executor.h>
59
#include <sandboxed_api/sandbox2/policy.h>
60
#include <sandboxed_api/sandbox2/sandbox2.h>
61
-#include <sandboxed_api/sandbox2/util.h>
62
#include <sandboxed_api/util/fileops.h>
63
#include <sandboxed_api/util/path.h>
64
#pragma clang diagnostic pop
0 commit comments