From 4d91abde1f436499f83717528005cbbfa6dbee58 Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 25 Mar 2009 01:42:10 +0000 Subject: Fix build issues on Mac OSX. (closes issue #14714) Reported by: ygor git-svn-id: http://svn.digium.com/svn/asterisk/trunk@184147 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h index 572bb145b..519c71e68 100644 --- a/include/asterisk/compat.h +++ b/include/asterisk/compat.h @@ -67,7 +67,7 @@ #include #endif -#ifdef HAVE_SYS_POLL_H +#ifndef AST_POLL_COMPAT #include #else #include "asterisk/poll-compat.h" -- cgit v1.2.3