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:
fee02a9
)
Make menuselect compile on os/x...
author
Olle Johansson
<oej@edvina.net>
Thu, 8 Jun 2006 20:16:19 +0000
(20:16 +0000)
committer
Olle Johansson
<oej@edvina.net>
Thu, 8 Jun 2006 20:16:19 +0000
(20:16 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33112
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
build_tools/menuselect.c
patch
|
blob
|
history
diff --git
a/build_tools/menuselect.c
b/build_tools/menuselect.c
index
d242735
..
9e922f9
100644
(file)
--- a/
build_tools/menuselect.c
+++ b/
build_tools/menuselect.c
@@
-24,13
+24,13
@@
* \brief A menu-driven system for Asterisk module selection
*/
-#include "asterisk.h"
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
+#include "asterisk.h"
+
#include "mxml/mxml.h"
#include "menuselect.h"