mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 03:07:59 +00:00
1. Make OS X compile cleanly with app_stack.
2. Use curl to download sound files, as curl is installed natively on OS X, whereas wget and fetch are not. (closes issue #14332) Reported by: oej Tested by: Corydon76 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@173130 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
|
||||
#if defined(HAVE_LIBXML2)
|
||||
#define _POSIX_C_SOURCE 200112L
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
/* libxml2 ast_xml implementation. */
|
||||
|
Reference in New Issue
Block a user