aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/include/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'db1-ast/include/db.h')
-rwxr-xr-xdb1-ast/include/db.h2
1 files changed, 1 insertions, 1 deletions
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;