From e5006737913cf0182a428bea5fe509001aa4e98f Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 6 Jun 2005 03:04:58 +0000 Subject: major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx/pbx_spool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbx/pbx_spool.c') diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c index 4551c0cf8..c30888dc4 100755 --- a/pbx/pbx_spool.c +++ b/pbx/pbx_spool.c @@ -31,7 +31,7 @@ #include #include #include -#include "astconf.h" +#include "asterisk.h" /* * pbx_spool is similar in spirit to qcall, but with substantially enhanced functionality... -- cgit v1.2.3