[llvm-commits] CVS: llvm/projects/Stacker/lib/runtime/stacker_rt.c

Chris Lattner lattner at cs.uiuc.edu
Tue May 11 09:09:05 PDT 2004


Changes in directory llvm/projects/Stacker/lib/runtime:

stacker_rt.c updated: 1.7 -> 1.8

---
Log message:

Unbreak the build on X86.


---
Diffs of the changes:  (+1 -0)

Index: llvm/projects/Stacker/lib/runtime/stacker_rt.c
diff -u llvm/projects/Stacker/lib/runtime/stacker_rt.c:1.7 llvm/projects/Stacker/lib/runtime/stacker_rt.c:1.8
--- llvm/projects/Stacker/lib/runtime/stacker_rt.c:1.7	Tue May 11 02:45:28 2004
+++ llvm/projects/Stacker/lib/runtime/stacker_rt.c	Tue May 11 09:08:54 2004
@@ -20,6 +20,7 @@
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <sys/types.h>
 
 extern int64_t _index_;





More information about the llvm-commits mailing list