commit | 8454044b1f62ee4ec16d4d13ac92d4fbd98b19e7 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Wed Jun 24 17:23:13 2015 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Wed Jun 24 17:23:13 2015 +0000 |
tree | 84af4fd77cf22034754bc9a70d734468112eb8b5 | |
parent | 54c9f3da03151c9b0efd1e2d1ead071bfa45a91a [diff] |
SafeStack: Add #include of <stdint.h>. Should fix the FreeBSD build. llvm-svn: 240555
diff --git a/compiler-rt/lib/safestack/safestack.cc b/compiler-rt/lib/safestack/safestack.cc index 6e1d00b..0e52c2a 100644 --- a/compiler-rt/lib/safestack/safestack.cc +++ b/compiler-rt/lib/safestack/safestack.cc
@@ -17,6 +17,7 @@ #include <limits.h> #include <pthread.h> #include <stddef.h> +#include <stdint.h> #include <sys/resource.h> #include <sys/user.h>