[llvm-commits] CVS: llvm-test/MultiSource/Applications/hexxagon/bitboard64.h

John Criswell criswell at cs.uiuc.edu
Wed Oct 26 08:07:06 PDT 2005



Changes in directory llvm-test/MultiSource/Applications/hexxagon:

bitboard64.h updated: 1.2 -> 1.3
---
Log message:

Add sys/types.h, which seems to fix a silly bug in Apple's netinet/in.h
header file where they don't define in_addr_t.


---
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.2 llvm-test/MultiSource/Applications/hexxagon/bitboard64.h:1.3
--- llvm-test/MultiSource/Applications/hexxagon/bitboard64.h:1.2	Thu Aug  4 15:05:30 2005
+++ llvm-test/MultiSource/Applications/hexxagon/bitboard64.h	Wed Oct 26 10:06:47 2005
@@ -23,6 +23,7 @@
 #ifndef _BITBOARD64_H
 #define _BITBOARD64_H
 
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <stdio.h>
 #include <stdint.h>






More information about the llvm-commits mailing list