From fff17a25ddc637a9253c758b7407aeda3f5244cb Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" 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: https://origsvn.digium.com/svn/asterisk/trunk@254931 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- addons/ooh323c/src/ooq931.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addons/ooh323c/src/ooq931.c') diff --git a/addons/ooh323c/src/ooq931.c b/addons/ooh323c/src/ooq931.c index 307aba5a6..626f96939 100644 --- a/addons/ooh323c/src/ooq931.c +++ b/addons/ooh323c/src/ooq931.c @@ -14,8 +14,8 @@ * *****************************************************************************/ -#include -#include +#include "asterisk.h" +#include "asterisk/lock.h" #include "asterisk/utils.h" #include -- cgit v1.2.3