From 046375190ae5e7a27466d8de9e0722383da0e7d5 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 26 Apr 2006 02:16:30 +0000 Subject: another Solaris compatability fix - this makes sure u_int64_t is defined git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22504 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h index 3e1b3b3dc..cb3678449 100644 --- a/include/asterisk/compat.h +++ b/include/asterisk/compat.h @@ -43,6 +43,7 @@ int unsetenv(const char *name); #include #include #include +#include #ifndef BYTE_ORDER #define LITTLE_ENDIAN 1234 -- cgit v1.2.3