From 73c525e6e2dbcf452c2e78e44a63678f2b2068ea Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 7 Jun 2006 18:54:56 +0000 Subject: simplify autoconfig include mechanism (make tholo happy he can use lint again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b --- utils/ael_main.c | 2 ++ utils/astman.c | 2 ++ utils/smsq.c | 3 +++ 3 files changed, 7 insertions(+) (limited to 'utils') diff --git a/utils/ael_main.c b/utils/ael_main.c index 55e4dda1e..69be09f06 100644 --- a/utils/ael_main.c +++ b/utils/ael_main.c @@ -1,3 +1,5 @@ +#include "autoconfig.h" + #include #include #include diff --git a/utils/astman.c b/utils/astman.c index 427b581b2..b6dd9ec57 100644 --- a/utils/astman.c +++ b/utils/astman.c @@ -22,6 +22,8 @@ * */ +#include "autoconfig.h" + #include #include #include diff --git a/utils/smsq.c b/utils/smsq.c index 429ca0004..20b6d376e 100644 --- a/utils/smsq.c +++ b/utils/smsq.c @@ -17,6 +17,8 @@ * at the top of the source tree. */ +#include "autoconfig.h" + #include #include #include @@ -28,6 +30,7 @@ #include #include #include + #include #ifdef SOLARIS #define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000 -- cgit v1.2.3