-Werror fix
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 10 Apr 2002 16:50:00 +0000 (16:50 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 10 Apr 2002 16:50:00 +0000 (16:50 +0000)
Original commit message from CVS:
-Werror fix

common
gst/parse/grammar.y

diff --git a/common b/common
index 6148068..d8fa543 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 6148068f2318e85d8e66df485342b630d8fb49ac
+Subproject commit d8fa5431e3f6f1b9c8be36bad079719a6c4b529a
index 9ebabf7..53025f8 100644 (file)
@@ -1,6 +1,7 @@
 %{
 #include <glib.h>
 #include <stdio.h>
+#include <string.h>
 #include "../gstparse.h"
 #include "types.h"