aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/compat.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-26 02:16:30 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-26 02:16:30 +0000
commit73ac801e85c59b21c7a6d5160f6d47c15f0337ed (patch)
tree5f436c6b638a383ba8dd988fe7606155b91fd9a4 /include/asterisk/compat.h
parentf7cc76837296813044aeeb13298cd281bdb2d069 (diff)
another Solaris compatability fix - this makes sure u_int64_t is defined
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22504 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/compat.h')
-rw-r--r--include/asterisk/compat.h1
1 files changed, 1 insertions, 0 deletions
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 <sys/stat.h>
#include <signal.h>
#include <netinet/in.h>
+#include <dat/dat_platform_specific.h>
#ifndef BYTE_ORDER
#define LITTLE_ENDIAN 1234