diff utils.c @ 3714:3790cb6c893d libavformat

strcasecmp() requires #include <strings.h>
author aurel
date Wed, 13 Aug 2008 17:22:53 +0000
parents 48a262da0100
children 945722ee3c89
line wrap: on
line diff
--- a/utils.c	Wed Aug 13 09:36:45 2008 +0000
+++ b/utils.c	Wed Aug 13 17:22:53 2008 +0000
@@ -24,6 +24,7 @@
 #include "riff.h"
 #include <sys/time.h>
 #include <time.h>
+#include <strings.h>
 
 #undef NDEBUG
 #include <assert.h>