diff options
| -rw-r--r-- | compiler-rt/lib/safestack/safestack.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/safestack/safestack.cc b/compiler-rt/lib/safestack/safestack.cc index 6e1d00b9cc3..0e52c2ae1df 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> |

