[llvm-commits] CVS: llvm-test/MultiSource/Applications/hexxagon/bitboard64.h
Nate Begeman
natebegeman at mac.com
Thu Aug 4 13:05:41 PDT 2005
Changes in directory llvm-test/MultiSource/Applications/hexxagon:
bitboard64.h updated: 1.1 -> 1.2
---
Log message:
Include missing header, allowing this to build with gcc 4
---
Diffs of the changes: (+1 -0)
bitboard64.h | 1 +
1 files changed, 1 insertion(+)
Index: llvm-test/MultiSource/Applications/hexxagon/bitboard64.h
diff -u llvm-test/MultiSource/Applications/hexxagon/bitboard64.h:1.1 llvm-test/MultiSource/Applications/hexxagon/bitboard64.h:1.2
--- llvm-test/MultiSource/Applications/hexxagon/bitboard64.h:1.1 Fri Sep 10 09:25:52 2004
+++ llvm-test/MultiSource/Applications/hexxagon/bitboard64.h Thu Aug 4 15:05:30 2005
@@ -25,6 +25,7 @@
#include <netinet/in.h>
#include <stdio.h>
+#include <stdint.h>
class BitBoard64
{
More information about the llvm-commits
mailing list