Fix the build of astman. Any file that includes any asterisk sub-headers
authorRussell Bryant <russell@russellbryant.com>
Tue, 4 Dec 2007 23:01:15 +0000 (23:01 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 4 Dec 2007 23:01:15 +0000 (23:01 +0000)
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

index 1e48e83..bffd3db 100644 (file)
@@ -21,7 +21,9 @@
  * ASTerisk MANager
  *
  */
+
+#include "asterisk.h"
+
 #include <newt.h>
 #include <stdio.h>
 #include <sys/time.h>