projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4e10c0
)
Fix the build of astman. Any file that includes any asterisk sub-headers
author
Russell Bryant
<russell@russellbryant.com>
Tue, 4 Dec 2007 23:01:15 +0000
(23:01 +0000)
committer
Russell 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
patch
|
blob
|
history
diff --git
a/utils/astman.c
b/utils/astman.c
index
1e48e83
..
bffd3db
100644
(file)
--- 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>