Commit 01cf54f0 authored by Diego Biurrun's avatar Diego Biurrun

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
parent 97006039
......@@ -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__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment