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
pull/126/head
Diego Biurrun 20 years ago
parent 97006039cc
commit 01cf54f041
  1. 2
      libavformat/tcp.c

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

Loading…
Cancel
Save