summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-05-11 16:14:53 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-05-11 16:14:53 +0000
commit4db22f625efd729c0788cd8fc3098b8a83eaf733 (patch)
treef1b79144251340e664b14ae6777c8f399f0b52ad
parent9dca2d7852087b46feb62a9a69a9e3bdf0416d6c (diff)
downloadbcm5719-llvm-4db22f625efd729c0788cd8fc3098b8a83eaf733.tar.gz
bcm5719-llvm-4db22f625efd729c0788cd8fc3098b8a83eaf733.zip
Use inttypes.h, which exists on all of Linux, Solaris and Darwin.
llvm-svn: 13461
-rw-r--r--llvm/projects/Stacker/lib/runtime/stacker_rt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/projects/Stacker/lib/runtime/stacker_rt.c b/llvm/projects/Stacker/lib/runtime/stacker_rt.c
index 7474898eb0c..d19b1131548 100644
--- a/llvm/projects/Stacker/lib/runtime/stacker_rt.c
+++ b/llvm/projects/Stacker/lib/runtime/stacker_rt.c
@@ -20,8 +20,7 @@
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
-#include <stdint.h>
-#include <sys/types.h>
+#include <inttypes.h>
extern int64_t _index_;
extern int64_t _stack_[];
OpenPOWER on IntegriCloud