From 248dac6e73878ac9e56f49971fc6245a46012733 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 4 Dec 2007 23:01:15 +0000 Subject: [PATCH] Fix the build of astman. Any file that includes any asterisk sub-headers needs to first include asterisk.h. (closes issue #11394) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91029 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/astman.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/astman.c b/utils/astman.c index 1e48e83d5c..bffd3db603 100644 --- a/utils/astman.c +++ b/utils/astman.c @@ -21,7 +21,9 @@ * ASTerisk MANager * */ - + +#include "asterisk.h" + #include #include #include -- 2.47.2