summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--one.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/one.cpp b/one.cpp
index abe8bb37..b48e4396 100644
--- a/one.cpp
+++ b/one.cpp
@@ -58,10 +58,12 @@
#include <sys/prctl.h>
#include <sys/syscall.h>
#include <sys/wait.h>
+#ifndef ZT_NO_CAPABILITIES
#include <linux/capability.h>
#include <linux/securebits.h>
#endif
#endif
+#endif
#include <string>
#include <stdexcept>