From 379b380a8b04b3f68db24f6f02b30571e40c6240 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 11 May 2004 16:14:53 +0000 Subject: [PATCH] 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 --- projects/Stacker/lib/runtime/stacker_rt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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_[]; -- 2.34.1