From 4ce283ff18585130bd8edafb6ce7ef3cc216cbab Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sun, 26 Oct 2003 18:50:49 +0000 Subject: Make it build and run on MacOS X git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1673 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- db1-ast/include/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db1-ast/include') diff --git a/db1-ast/include/db.h b/db1-ast/include/db.h index 2a279b5aa..06ae36b82 100755 --- a/db1-ast/include/db.h +++ b/db1-ast/include/db.h @@ -51,7 +51,7 @@ #ifndef __BIT_TYPES_DEFINED__ #define __BIT_TYPES_DEFINED__ -#ifndef __FreeBSD__ +#if (!defined(__FreeBSD__) && !defined(__APPLE__)) typedef __signed char int8_t; typedef unsigned char u_int8_t; typedef short int16_t; -- cgit v1.2.3