Merged revisions 184147 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r184147 | russell | 2009-03-24 20:42:10 -0500 (Tue, 24 Mar 2009) | 5 lines
  
  Fix build issues on Mac OSX.
  
  (closes issue #14714)
  Reported by: ygor
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@184148 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2009-03-25 01:48:17 +00:00
parent ff9f868d0f
commit ce37a27180
2 changed files with 7 additions and 3 deletions

View File

@@ -67,7 +67,7 @@
#include <string.h>
#endif
#ifdef HAVE_SYS_POLL_H
#ifndef AST_POLL_COMPAT
#include <sys/poll.h>
#else
#include "asterisk/poll-compat.h"