[svn-commits] trunk r19579 - /trunk/include/asterisk/compat.h
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Apr 12 14:22:01 MST 2006
Author: russell
Date: Wed Apr 12 16:22:00 2006
New Revision: 19579
URL: http://svn.digium.com/view/asterisk?rev=19579&view=rev
Log:
make sure uint64_t is available on mac
Modified:
trunk/include/asterisk/compat.h
Modified: trunk/include/asterisk/compat.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/compat.h?rev=19579&r1=19578&r2=19579&view=diff
==============================================================================
--- trunk/include/asterisk/compat.h (original)
+++ trunk/include/asterisk/compat.h Wed Apr 12 16:22:00 2006
@@ -86,6 +86,10 @@
#define HAVE_STRNLEN
#endif
+#ifdef __Darwin__
+#include <inttypes.h>
+#endif
+
#ifdef __FreeBSD__
#include <sys/types.h>
#endif
More information about the svn-commits
mailing list