Linux-x86 compile errors

ISSUE: Some Reoptimizer header files think that int64_t is in <sys/types.h> instead of "Support/DataTypes.h".

ACTION: Ensure that all users of types int64_t or uint64_t include "Support/DataTypes.h"

patch (1.12 KB)

ISSUE: Some Reoptimizer header files think that int64_t is in
<sys/types.h> instead of "Support/DataTypes.h".
ACTION: Ensure that all users of types int64_t or uint64_t include
"Support/DataTypes.h"

Fixed:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20020916/000277.html
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20020916/000278.html

-Chris

http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/