diff rtsp.c @ 3714:3790cb6c893d libavformat

strcasecmp() requires #include <strings.h>
author aurel
date Wed, 13 Aug 2008 17:22:53 +0000
parents 06579d9dbc72
children 68749aaea50f
line wrap: on
line diff
--- a/rtsp.c	Wed Aug 13 09:36:45 2008 +0000
+++ b/rtsp.c	Wed Aug 13 17:22:53 2008 +0000
@@ -24,6 +24,7 @@
 
 #include <sys/time.h>
 #include <unistd.h> /* for select() prototype */
+#include <strings.h>
 #include "network.h"
 #include "rtsp.h"