projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5912892
)
SafeStack: Add another missing header to try to fix FreeBSD build.
author
Peter Collingbourne
<peter@pcc.me.uk>
Wed, 24 Jun 2015 18:16:05 +0000
(18:16 +0000)
committer
Peter Collingbourne
<peter@pcc.me.uk>
Wed, 24 Jun 2015 18:16:05 +0000
(18:16 +0000)
llvm-svn: 240564
compiler-rt/lib/safestack/safestack.cc
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/safestack/safestack.cc
b/compiler-rt/lib/safestack/safestack.cc
index
0e52c2a
..
504bd3c
100644
(file)
--- 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"