From 31e8dcf4fe91466bf35a3f6d4de2bd714c43b288 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 21 Apr 2005 06:02:45 +0000 Subject: use double-quotes instead of angle-brackets for non-system include files (bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b --- poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poll.c') diff --git a/poll.c b/poll.c index 7a9d14e7a..bd283866d 100755 --- a/poll.c +++ b/poll.c @@ -77,7 +77,7 @@ #include /* assertion macros */ #include /* string functions */ -#include /* this package */ +#include "asterisk/poll-compat.h" /* this package */ /*---------------------------------------------------------------------------*\ Macros -- cgit v1.2.3