diff options
author | François Revol <revol@free.fr> | 2002-11-05 00:56:08 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-11-05 00:56:08 +0000 |
commit | 9eb826478c0fea0137eacad09c662682b80ad216 (patch) | |
tree | 1db9d4c7a151217a5c184378bd566f7c93c969d6 /libav/rtp.c | |
parent | dfdfa47cd1e8887a99e19ba9291a8ffc52dd251c (diff) | |
download | ffmpeg-9eb826478c0fea0137eacad09c662682b80ad216.tar.gz |
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
Diffstat (limited to 'libav/rtp.c')
-rw-r--r-- | libav/rtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libav/rtp.c b/libav/rtp.c index 714787c88b..b42065fbea 100644 --- a/libav/rtp.c +++ b/libav/rtp.c @@ -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> |