mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
always include inttypes.h and sys/types.h in asterisk/compat.h to fix a build
problem on mac and place asterisk.h back at the top of menuselect.c git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33114 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user