unix build tweaks

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@187 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2005-12-21 17:33:03 +00:00
parent 712acbc576
commit 03cc285054
2 changed files with 2 additions and 9 deletions

View File

@ -5,7 +5,7 @@ mod_softtimer
mod_woomerachan
mod_playback
#mod_wanchan
#mod_speexcodec
mod_speexcodec
mod_exosip
mod_g711codec
mod_rawaudio

View File

@ -60,14 +60,7 @@ extern "C" {
#include <apr_network_io.h>
#include <apr_poll.h>
#include <assert.h>
//#include <time.h>
//#include <stdlib.h>
//#include <stdio.h>
//#include <sys/types.h>
//#include <stdarg.h>
//#include <sys/types.h>
//#include <string.h>
#include <sqlite3.h>
#ifdef WIN32
#if defined(SWITCH_CORE_DECLARE_STATIC)