summaryrefslogtreecommitdiff
path: root/libav/rtsp.c
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2002-11-05 00:56:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-11-05 00:56:08 +0000
commit9eb826478c0fea0137eacad09c662682b80ad216 (patch)
tree1db9d4c7a151217a5c184378bd566f7c93c969d6 /libav/rtsp.c
parentdfdfa47cd1e8887a99e19ba9291a8ffc52dd251c (diff)
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/rtsp.c')
-rw-r--r--libav/rtsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libav/rtsp.c b/libav/rtsp.c
index 81b59f8916..667a3c095a 100644
--- a/libav/rtsp.c
+++ b/libav/rtsp.c
@@ -16,10 +16,10 @@
* 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 <netinet/in.h>
#include "avformat.h"
#include <sys/time.h>
-#include <netinet/in.h>
#include <sys/socket.h>
#ifndef __BEOS__
# include <arpa/inet.h>