aboutsummaryrefslogtreecommitdiffstats
path: root/addons/ooh323c/src/decode.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/decode.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/decode.c')
-rw-r--r--addons/ooh323c/src/decode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/ooh323c/src/decode.c b/addons/ooh323c/src/decode.c
index c80a481ba..643901e7d 100644
--- a/addons/ooh323c/src/decode.c
+++ b/addons/ooh323c/src/decode.c
@@ -14,8 +14,8 @@
*
*****************************************************************************/
-#include <asterisk.h>
-#include <asterisk/lock.h>
+#include "asterisk.h"
+#include "asterisk/lock.h"
#include "ooasn1.h"