summaryrefslogtreecommitdiff
path: root/utils/smsq.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-06-07 19:05:35 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-06-07 19:05:35 +0000
commit274ce731e27a395596173f33f1d9f6d178043983 (patch)
tree5f384909ae0c5e56d4aba225c885610317e8cd92 /utils/smsq.c
parent472c1ca2827e9409abacce4dc281b6392fb3448e (diff)
move autoconfig.h to the include/asterisk directory so it will get installed
install asterisk.h include the system's default include directory git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32860 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/smsq.c')
-rw-r--r--utils/smsq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/smsq.c b/utils/smsq.c
index 20b6d376e..4954e118b 100644
--- a/utils/smsq.c
+++ b/utils/smsq.c
@@ -17,7 +17,7 @@
* at the top of the source tree.
*/
-#include "autoconfig.h"
+#include "asterisk/autoconfig.h"
#include <stdio.h>
#include <popt.h>