From c274bc3e7d3547398df0d71da40f24727d2e3e57 Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 12 Apr 2006 21:22:00 +0000 Subject: make sure uint64_t is available on mac git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19579 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/compat.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h index 79d23e7e7..de40a140e 100644 --- a/include/asterisk/compat.h +++ b/include/asterisk/compat.h @@ -86,6 +86,10 @@ int unsetenv(const char *name); #define HAVE_STRNLEN #endif +#ifdef __Darwin__ +#include +#endif + #ifdef __FreeBSD__ #include #endif -- cgit v1.2.3