Include <sys/types.h> to get the definition of int64_t on Solaris.
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 11 May 2004 07:18:02 +0000 (07:18 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 11 May 2004 07:18:02 +0000 (07:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13456 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/lib/runtime/stacker_rt.c

index 19ded7b4e1490b5c7c6602e018cd707ddba024e0..4928bffc73f4956eb13d8e1dbd17343637b04434 100644 (file)
@@ -20,6 +20,7 @@
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <sys/types.h>
 
 extern int64_t _index_;
 extern int64_t _stack_[];