mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 10:51:40 +00:00
Fix quad_t (bug #3048)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4455 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#ifndef SOLARIS
|
||||
#include <err.h>
|
||||
#else
|
||||
typedef uint64_t quad_t;
|
||||
#define quad_t uint64_t
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <regex.h>
|
||||
|
Reference in New Issue
Block a user