From: Russell Bryant Date: Tue, 4 Dec 2007 23:01:15 +0000 (+0000) Subject: Fix the build of astman. Any file that includes any asterisk sub-headers X-Git-Tag: 1.6.0-beta1~3^2~549 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248dac6e73878ac9e56f49971fc6245a46012733;p=thirdparty%2Fasterisk.git 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 --- 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