From: Brian Gaeke Date: Tue, 11 May 2004 07:18:02 +0000 (+0000) Subject: Include to get the definition of int64_t on Solaris. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c66d8b0acada7363ff3e105d524bbc3e4a8c579e;p=oota-llvm.git 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 --- 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_[];