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

Brian Gaeke gaeke at cs.uiuc.edu
Tue May 11 02:21:02 PDT 2004


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

stacker_rt.c updated: 1.5 -> 1.6

---
Log message:

Include <sys/types.h> to get the definition of int64_t on Solaris.

---
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.5 llvm/projects/Stacker/lib/runtime/stacker_rt.c:1.6
--- llvm/projects/Stacker/lib/runtime/stacker_rt.c:1.5	Sun May  9 18:20:19 2004
+++ llvm/projects/Stacker/lib/runtime/stacker_rt.c	Tue May 11 02:18:02 2004
@@ -20,6 +20,7 @@
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <sys/types.h>
 
 extern int64_t _index_;
 extern int64_t _stack_[];





More information about the llvm-commits mailing list