summaryrefslogtreecommitdiff
path: root/utils/astman.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-09-27 15:52:56 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-09-27 15:52:56 +0000
commit629861a70566cc36ce9d81adb077878545271279 (patch)
tree74b2e6933215849b3a07e112fb2b9f893431888f /utils/astman.c
parentf1b673eef0471fa17b4149aec92a3a10e76ff5b2 (diff)
Merged revisions 144924-144925 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r144924 | kpfleming | 2008-09-27 10:00:48 -0500 (Sat, 27 Sep 2008) | 6 lines improve header inclusion process in a few small ways: - it is no longer necessary to forcibly include asterisk/autoconfig.h; every module already includes asterisk.h as its first header (even before system headers), which serves the same purpose - astmm.h is now included by asterisk.h when needed, instead of being forced by the Makefile; this means external modules will build properly against installed headers with MALLOC_DEBUG enabled - simplify the usage of some of these headers in the AEL-related stuff in the utils directory ........ r144925 | kpfleming | 2008-09-27 10:13:30 -0500 (Sat, 27 Sep 2008) | 2 lines fix some minor issues with rev 144924 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144949 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/astman.c')
-rw-r--r--utils/astman.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/astman.c b/utils/astman.c
index a8b8e597a..e8d3c4d9e 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -24,6 +24,8 @@
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+#include "asterisk.h"
+
#include <newt.h>
#include <stdio.h>
#include <sys/time.h>