summaryrefslogtreecommitdiff
path: root/addons/ooh323cDriver.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2010-03-25 23:38:58 +0000
committerKevin P. Fleming <kpfleming@digium.com>2010-03-25 23:38:58 +0000
commitfff17a25ddc637a9253c758b7407aeda3f5244cb (patch)
tree9ee192b94224d4ea98ee2d5cb6bbc3d9bc56e006 /addons/ooh323cDriver.c
parent0ec49aa3814797889e82bd9a0ed504962decbaa2 (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: https://origsvn.digium.com/svn/asterisk/trunk@254931 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'addons/ooh323cDriver.c')
-rw-r--r--addons/ooh323cDriver.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/ooh323cDriver.c b/addons/ooh323cDriver.c
index e912f1f16..dd07bb4b0 100644
--- a/addons/ooh323cDriver.c
+++ b/addons/ooh323cDriver.c
@@ -16,11 +16,11 @@
#include "ooh323cDriver.h"
-#include <asterisk.h>
-#include <asterisk/lock.h>
+#include "asterisk.h"
+#include "asterisk/lock.h"
-#include <asterisk/pbx.h>
-#include <asterisk/logger.h>
+#include "asterisk/pbx.h"
+#include "asterisk/logger.h"
#undef AST_BACKGROUND_STACKSIZE
#define AST_BACKGROUND_STACKSIZE 768 * 1024