Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM>

Originally committed as revision 4207 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2005-05-09 10:48:12 +00:00
parent 97006039cc
commit 01cf54f041
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#if defined(__APPLE__) || defined(__BEOS__)
#if defined(__BEOS__)
typedef int socklen_t;
#endif
#ifndef __BEOS__