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:
Michael Jerris 2010-03-08 17:14:04 +00:00
parent 3b09933f31
commit 45058efce2
1 changed files with 2 additions and 0 deletions

View File

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