1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

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 279d8e8e2d
commit 2d5a7a7b2f

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