From: Chris Lattner Date: Tue, 11 May 2004 14:08:54 +0000 (+0000) Subject: Unbreak the build on X86. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3528a4be8e0e5f6675dc3de94713c18b7c5882a8;p=oota-llvm.git Unbreak the build on X86. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13460 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/Stacker/lib/runtime/stacker_rt.c b/projects/Stacker/lib/runtime/stacker_rt.c index 6336b18b4df..7474898eb0c 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 #include extern int64_t _index_;