From c9d065d47db936f36806645de0bb3cfc89fbecae Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 19 Aug 2003 06:06:50 +0000 Subject: FreeBSD compatability fixes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1372 f38db490-d61c-443f-a65b-d21fe96a405b --- db1-ast/include/db.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db1-ast/include') diff --git a/db1-ast/include/db.h b/db1-ast/include/db.h index f00c4df9f..2a279b5aa 100755 --- a/db1-ast/include/db.h +++ b/db1-ast/include/db.h @@ -51,6 +51,7 @@ #ifndef __BIT_TYPES_DEFINED__ #define __BIT_TYPES_DEFINED__ +#ifndef __FreeBSD__ typedef __signed char int8_t; typedef unsigned char u_int8_t; typedef short int16_t; @@ -61,6 +62,7 @@ typedef unsigned int u_int32_t; typedef long long int64_t; typedef unsigned long long u_int64_t; #endif +#endif /* __FreeBSD__ */ #endif #define MAX_PAGE_NUMBER 0xffffffff /* >= # of pages in a file */ -- cgit v1.2.3