tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1006 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c7b7cfc299
commit
93cfc4d616
|
@ -103,6 +103,8 @@ typedef unsigned long in_addr_t;
|
|||
#define PACKED __attribute__ ((__packed__))
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
#ifndef getpid
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -234,10 +234,6 @@
|
|||
RelativePath="..\..\src\include\switch_module_interfaces.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\include\switch_mutex.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\include\switch_types.h"
|
||||
>
|
||||
|
|
|
@ -120,10 +120,6 @@
|
|||
RelativePath="..\..\src\include\switch_module_interfaces.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\include\switch_mutex.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\include\switch_types.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue