From 972a98a112aa66f1ffa564e875d9c7ef98bef3f2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 28 Jul 2002 13:04:33 +0000 Subject: [PATCH] Added include for strcmp Original commit message from CVS: Added include for strcmp --- gst/gstformat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/gstformat.c b/gst/gstformat.c index bded68b959..ccc92a6273 100644 --- a/gst/gstformat.c +++ b/gst/gstformat.c @@ -20,6 +20,8 @@ * Boston, MA 02111-1307, USA. */ +#include + #include "gstlog.h" #include "gstformat.h"