Mercurial > libavformat.hg
changeset 3714:3790cb6c893d libavformat
strcasecmp() requires #include <strings.h>
author | aurel |
---|---|
date | Wed, 13 Aug 2008 17:22:53 +0000 |
parents | b337fe64a31f |
children | 460059833ae3 |
files | mp3.c rtsp.c utils.c |
diffstat | 3 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3.c Wed Aug 13 09:36:45 2008 +0000 +++ b/mp3.c Wed Aug 13 17:22:53 2008 +0000 @@ -19,6 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <strings.h> #include "libavutil/avstring.h" #include "libavcodec/mpegaudio.h" #include "libavcodec/mpegaudiodecheader.h"