Unbreak the build on X86.
authorChris Lattner <sabre@nondot.org>
Tue, 11 May 2004 14:08:54 +0000 (14:08 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 May 2004 14:08:54 +0000 (14:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13460 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/lib/runtime/stacker_rt.c

index 6336b18b4df953bc074e6d350f6688d5909db67c..7474898eb0c4f7964ce56ce3239b2c20f932fb18 100644 (file)
@@ -20,6 +20,7 @@
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <sys/types.h>
 
 extern int64_t _index_;