aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/compat.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-12 21:22:00 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-12 21:22:00 +0000
commitc274bc3e7d3547398df0d71da40f24727d2e3e57 (patch)
tree142eab9e47283baeb11f0763190bb708607a18e2 /include/asterisk/compat.h
parentd709ee1a07e348aa88832128006cbbacfea417e0 (diff)
make sure uint64_t is available on mac
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19579 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/compat.h')
-rw-r--r--include/asterisk/compat.h4
1 files changed, 4 insertions, 0 deletions
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 <inttypes.h>
+#endif
+
#ifdef __FreeBSD__
#include <sys/types.h>
#endif