From: Russell Bryant Date: Wed, 12 Apr 2006 21:22:00 +0000 (+0000) Subject: make sure uint64_t is available on mac X-Git-Tag: 1.4.0-beta1~2000 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a015d0b36f2d83d13e5e5b95abd2e8f4f87993f3;p=thirdparty%2Fasterisk.git make sure uint64_t is available on mac git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19579 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h index 79d23e7e7c..de40a140e6 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