From 3a4706cb6c86b40124afb58a75e0daebc8d5a803 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 25 Mar 2010 23:38:58 +0000 Subject: Use "local" instead of "system" header file inclusion. Now that these files are in the tree, they should prefer the tree's local copy of all Asterisk headers over any that may be installed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@254931 f38db490-d61c-443f-a65b-d21fe96a405b --- addons/ooh323c/src/ooCmdChannel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addons/ooh323c/src/ooCmdChannel.c') diff --git a/addons/ooh323c/src/ooCmdChannel.c b/addons/ooh323c/src/ooCmdChannel.c index 27a28a282..d88ac7942 100644 --- a/addons/ooh323c/src/ooCmdChannel.c +++ b/addons/ooh323c/src/ooCmdChannel.c @@ -14,8 +14,8 @@ * *****************************************************************************/ -#include -#include +#include "asterisk.h" +#include "asterisk/lock.h" #include "ooStackCmds.h" #include "ootrace.h" #include "ooq931.h" -- cgit v1.2.3