From c66d8b0acada7363ff3e105d524bbc3e4a8c579e Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 11 May 2004 07:18:02 +0000 Subject: [PATCH] Include to get the definition of int64_t on Solaris. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13456 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/Stacker/lib/runtime/stacker_rt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/Stacker/lib/runtime/stacker_rt.c b/projects/Stacker/lib/runtime/stacker_rt.c index 19ded7b4e14..4928bffc73f 100644 --- a/projects/Stacker/lib/runtime/stacker_rt.c +++ b/projects/Stacker/lib/runtime/stacker_rt.c @@ -20,6 +20,7 @@ #include #include #include +#include extern int64_t _index_; extern int64_t _stack_[];