aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_wilcalu.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx/pbx_wilcalu.c')
-rwxr-xr-xpbx/pbx_wilcalu.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/pbx/pbx_wilcalu.c b/pbx/pbx_wilcalu.c
index 632c79fa8..5b86ba5bb 100755
--- a/pbx/pbx_wilcalu.c
+++ b/pbx/pbx_wilcalu.c
@@ -17,22 +17,22 @@
* "tech/tele,filename&" ie. "tor1/23,file&"
*/
-#include <asterisk/lock.h>
-#include <asterisk/file.h>
-#include <asterisk/logger.h>
-#include <asterisk/channel.h>
-#include <asterisk/pbx.h>
-#include <asterisk/module.h>
-#include <asterisk/translate.h>
-#include <asterisk/options.h>
-#include <asterisk/utils.h>
+#include "asterisk/lock.h"
+#include "asterisk/file.h"
+#include "asterisk/logger.h"
+#include "asterisk/channel.h"
+#include "asterisk/pbx.h"
+#include "asterisk/module.h"
+#include "asterisk/translate.h"
+#include "asterisk/options.h"
+#include "asterisk/utils.h"
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
-#include "../astconf.h"
+#include "astconf.h"
/* Globals */