try to fix miniwget on suse (FSBUILD-258)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16939 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3b09933f31
commit
45058efce2
|
@ -19,6 +19,8 @@
|
|||
#define socklen_t int
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
|
|
Loading…
Reference in New Issue