mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@12196 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -68,6 +68,7 @@ __weak_alias(vis,_vis)
|
||||
#endif
|
||||
|
||||
#ifdef SOLARIS
|
||||
#include <alloca.h>
|
||||
typedef unsigned int u_int32_t;
|
||||
#endif
|
||||
|
||||
|
@@ -51,6 +51,11 @@ __RCSID("$NetBSD: readline.c,v 1.21 2002/03/18 16:20:36 christos Exp $");
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef SOLARIS
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include "histedit.h"
|
||||
#include "readline/readline.h"
|
||||
#include "el.h"
|
||||
|
Reference in New Issue
Block a user