aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-10-26 15:06:47 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-10-26 15:06:47 +0000
commit366d55d81b1a99096f3fc7e3762aec1562ac25cc (patch)
tree8ede7dc4b7b05ffc1d465dd3ceec9c5c928e7e2f
parentb7f9e1e8d896c4d18c394a8a54f5863d57764bbb (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@24005 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--MultiSource/Applications/hexxagon/bitboard64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MultiSource/Applications/hexxagon/bitboard64.h b/MultiSource/Applications/hexxagon/bitboard64.h
index 49471073..84b5d34e 100644
--- a/MultiSource/Applications/hexxagon/bitboard64.h
+++ b/MultiSource/Applications/hexxagon/bitboard64.h
@@ -23,6 +23,7 @@
#ifndef _BITBOARD64_H
#define _BITBOARD64_H
+#include <sys/types.h>
#include <netinet/in.h>
#include <stdio.h>
#include <stdint.h>