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:
parent
279d8e8e2d
commit
2d5a7a7b2f
@ -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_[];
|
||||
|
Loading…
Reference in New Issue
Block a user