Added include for strcmp
authorWim Taymans <wim.taymans@gmail.com>
Sun, 28 Jul 2002 13:04:33 +0000 (13:04 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 28 Jul 2002 13:04:33 +0000 (13:04 +0000)
Original commit message from CVS:
Added include for strcmp

gst/gstformat.c

index bded68b..ccc92a6 100644 (file)
@@ -20,6 +20,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <string.h>
+
 #include "gstlog.h"
 
 #include "gstformat.h"