summaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-06-24 18:16:05 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-06-24 18:16:05 +0000
commit51de8961a3b2cb62a69e418d5043237cbb4709f7 (patch)
tree247f48da06f3ef01c09e90b927d322b765a4bb18 /compiler-rt
parent282893a504df8b8d1a685b79c90a83120df7bfe3 (diff)
SafeStack: Add another missing header to try to fix FreeBSD build.
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/safestack/safestack.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/safestack/safestack.cc b/compiler-rt/lib/safestack/safestack.cc
index 0e52c2ae1df..504bd3cd0d9 100644
--- a/compiler-rt/lib/safestack/safestack.cc
+++ b/compiler-rt/lib/safestack/safestack.cc
@@ -19,6 +19,7 @@
#include <stddef.h>
#include <stdint.h>
#include <sys/resource.h>
+#include <sys/types.h>
#include <sys/user.h>
#include "interception/interception.h"