Commit 34202be8 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4207 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2752723b
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h>
#if defined(__APPLE__) || defined(__BEOS__) #if defined(__BEOS__)
typedef int socklen_t; typedef int socklen_t;
#endif #endif
#ifndef __BEOS__ #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