1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)

Originally committed as revision 1164 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
François Revol
2002-11-05 00:56:08 +00:00
committed by Michael Niedermayer
parent dfdfa47cd1
commit 9eb826478c
7 changed files with 12 additions and 8 deletions

View File

@@ -16,11 +16,11 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <sys/socket.h>
#include "avformat.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#ifndef __BEOS__
# include <arpa/inet.h>