[compiler-rt] r240555 - SafeStack: Add #include of <stdint.h>.
Peter Collingbourne
peter at pcc.me.uk
Wed Jun 24 10:23:14 PDT 2015
Author: pcc
Date: Wed Jun 24 12:23:13 2015
New Revision: 240555
URL: http://llvm.org/viewvc/llvm-project?rev=240555&view=rev
Log:
SafeStack: Add #include of <stdint.h>.
Should fix the FreeBSD build.
Modified:
compiler-rt/trunk/lib/safestack/safestack.cc
Modified: compiler-rt/trunk/lib/safestack/safestack.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/safestack/safestack.cc?rev=240555&r1=240554&r2=240555&view=diff
==============================================================================
--- compiler-rt/trunk/lib/safestack/safestack.cc (original)
+++ compiler-rt/trunk/lib/safestack/safestack.cc Wed Jun 24 12:23:13 2015
@@ -17,6 +17,7 @@
#include <limits.h>
#include <pthread.h>
#include <stddef.h>
+#include <stdint.h>
#include <sys/resource.h>
#include <sys/user.h>
More information about the llvm-commits
mailing list