summaryrefslogtreecommitdiff
path: root/utils/astman.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-12-04 23:01:15 +0000
committerRussell Bryant <russell@russellbryant.com>2007-12-04 23:01:15 +0000
commit248dac6e73878ac9e56f49971fc6245a46012733 (patch)
tree850dcf0dd54d99377df797033634571348fcc947 /utils/astman.c
parentd4e10c0957384111bd033f2185b628ee8f726ce2 (diff)
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
Diffstat (limited to 'utils/astman.c')
-rw-r--r--utils/astman.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/astman.c b/utils/astman.c
index 1e48e83d5..bffd3db60 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -21,7 +21,9 @@
* ASTerisk MANager
*
*/
-
+
+#include "asterisk.h"
+
#include <newt.h>
#include <stdio.h>
#include <sys/time.h>