Include <sys/types.h> to get the definition of int64_t on Solaris.

llvm-svn: 13456
This commit is contained in:
Brian Gaeke 2004-05-11 07:18:02 +00:00
parent 24f200ad7b
commit 940c2a8306
1 changed files with 1 additions and 0 deletions

View 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_[];