From 9228c53cf59b8b24bddb04dbc0485d583e79bf4a Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Thu, 17 Dec 2009 18:15:50 +0000 Subject: [PATCH] a few header changes for freebsd from madhatter --- headers.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/headers.h b/headers.h index 22bb830f7..73a0b43af 100644 --- a/headers.h +++ b/headers.h @@ -35,9 +35,7 @@ #include #include #include -#include #include -#define BOUNDSCHECK 1 #include #include #include @@ -64,6 +62,7 @@ #include #include #include +#include #else #include #include @@ -77,6 +76,10 @@ #include #include #endif +#ifdef __BSD__ +#include +#endif + #pragma hdrstop using namespace std;