dect
/
asterisk
Archived
13
0
Fork 0

Make menuselect compile on os/x...

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33112 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
oej 2006-06-08 20:16:19 +00:00
parent 4ab7d1f74e
commit 324dff3542
1 changed files with 2 additions and 2 deletions

View File

@ -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"