Skip to content
Snippets Groups Projects
Commit a015d0b3 authored by Russell Bryant's avatar Russell Bryant
Browse files

make sure uint64_t is available on mac

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19579 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d4b5393e
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment