summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-05-11 14:08:54 +0000
committerChris Lattner <sabre@nondot.org>2004-05-11 14:08:54 +0000
commit9dca2d7852087b46feb62a9a69a9e3bdf0416d6c (patch)
tree3da8d1a8751f0c56d45ef4763786fdf7573b1d4a /llvm/projects/Stacker
parenta9cfeeb82668935c3f4c3f2f4879d070a0ca0c12 (diff)
downloadbcm5719-llvm-9dca2d7852087b46feb62a9a69a9e3bdf0416d6c.tar.gz
bcm5719-llvm-9dca2d7852087b46feb62a9a69a9e3bdf0416d6c.zip
Unbreak the build on X86.
llvm-svn: 13460
Diffstat (limited to 'llvm/projects/Stacker')
-rw-r--r--llvm/projects/Stacker/lib/runtime/stacker_rt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/projects/Stacker/lib/runtime/stacker_rt.c b/llvm/projects/Stacker/lib/runtime/stacker_rt.c
index 6336b18b4df..7474898eb0c 100644
--- a/llvm/projects/Stacker/lib/runtime/stacker_rt.c
+++ b/llvm/projects/Stacker/lib/runtime/stacker_rt.c
@@ -20,6 +20,7 @@
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
#include <sys/types.h>
extern int64_t _index_;
OpenPOWER on IntegriCloud