summaryrefslogtreecommitdiff
path: root/libav/rtsp.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-11-10 11:46:59 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-11-10 11:46:59 +0000
commitb8a78f419dd67cebc70f78e3d183c7eb4ed10c0e (patch)
treef502064c04d45369a01aa2722ac173b80301b8d3 /libav/rtsp.c
parentf11d3f23105f8c7e195990ab2c1728d3dd2f206f (diff)
reversing header game
MIN/MAX -> FFMIN/FFMAX Originally committed as revision 1184 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 667a3c095a..81b59f8916 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>