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 --- alaw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alaw.c') diff --git a/alaw.c b/alaw.c index d0495e5f6..548230e8b 100755 --- a/alaw.c +++ b/alaw.c @@ -11,7 +11,7 @@ * the GNU General Public License */ -#include +#include "asterisk/alaw.h" #define AMI_MASK 0x55 -- cgit v1.2.3