aboutsummaryrefslogtreecommitdiffstats
path: root/utils/smsq.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 18:54:56 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-07 18:54:56 +0000
commit73c525e6e2dbcf452c2e78e44a63678f2b2068ea (patch)
treef9408ad7864dc1683b929f25a692213b22442992 /utils/smsq.c
parent3cd1c6869dcb5f1d85a602c7b53a33437ceb0d32 (diff)
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
Diffstat (limited to 'utils/smsq.c')
-rw-r--r--utils/smsq.c3
1 files changed, 3 insertions, 0 deletions
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 <stdio.h>
#include <popt.h>
#include <sys/types.h>
@@ -28,6 +30,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
+
#include <asterisk/compat.h>
#ifdef SOLARIS
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000