Use inttypes.h, which exists on all of Linux, Solaris and Darwin.
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 11 May 2004 16:14:53 +0000 (16:14 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 11 May 2004 16:14:53 +0000 (16:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13461 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/lib/runtime/stacker_rt.c

index 7474898eb0c4f7964ce56ce3239b2c20f932fb18..d19b113154850a55ba805cf164408b3b1ae78c47 100644 (file)
@@ -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_[];