aboutsummaryrefslogtreecommitdiffstats
path: root/addons/ooh323c/src/context.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 23:38:58 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-25 23:38:58 +0000
commit3a4706cb6c86b40124afb58a75e0daebc8d5a803 (patch)
tree9ee192b94224d4ea98ee2d5cb6bbc3d9bc56e006 /addons/ooh323c/src/context.c
parent1327d4d6b3a8fee6978dd3f8e8fcbdbbbe491364 (diff)
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
Diffstat (limited to 'addons/ooh323c/src/context.c')
-rw-r--r--addons/ooh323c/src/context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/ooh323c/src/context.c b/addons/ooh323c/src/context.c
index f2dc1119b..46f1fc8c0 100644
--- a/addons/ooh323c/src/context.c
+++ b/addons/ooh323c/src/context.c
@@ -13,8 +13,8 @@
* maintain this copyright notice.
*
*****************************************************************************/
-#include <asterisk.h>
-#include <asterisk/lock.h>
+#include "asterisk.h"
+#include "asterisk/lock.h"
#include "ooasn1.h"
#include <stdlib.h>