aboutsummaryrefslogtreecommitdiffstats
path: root/chanvars.c
diff options
context:
space:
mode:
Diffstat (limited to 'chanvars.c')
-rwxr-xr-xchanvars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chanvars.c b/chanvars.c
index 2f23c4dd1..3d768b213 100755
--- a/chanvars.c
+++ b/chanvars.c
@@ -14,8 +14,8 @@
#include <stdlib.h>
#include <string.h>
-#include <asterisk/chanvars.h>
-#include <asterisk/logger.h>
+#include "asterisk/chanvars.h"
+#include "asterisk/logger.h"
struct ast_var_t *ast_var_assign(const char *name, const char *value)
{