fix Solaris compatibility issues (bug #4339)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5747 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-05-20 03:18:35 +00:00
parent 17e476378a
commit 77284bfaa6
4 changed files with 19 additions and 9 deletions

View File

@@ -5,7 +5,11 @@
#include <string.h>
#include <locale.h>
#include <ctype.h>
#ifndef SOLARIS
#include <err.h>
#else
#define quad_t uint64_t
#endif
#include <errno.h>
#include <regex.h>
#include <limits.h>