From: Brian Gaeke Date: Tue, 11 May 2004 16:14:53 +0000 (+0000) Subject: Use inttypes.h, which exists on all of Linux, Solaris and Darwin. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=379b380a8b04b3f68db24f6f02b30571e40c6240;p=oota-llvm.git Use inttypes.h, which exists on all of Linux, Solaris and Darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13461 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/projects/Stacker/lib/runtime/stacker_rt.c b/projects/Stacker/lib/runtime/stacker_rt.c index 7474898eb0c..d19b1131548 100644 --- a/projects/Stacker/lib/runtime/stacker_rt.c +++ b/projects/Stacker/lib/runtime/stacker_rt.c @@ -20,8 +20,7 @@ #include #include #include -#include -#include +#include extern int64_t _index_; extern int64_t _stack_[];