From 318739272c7a2ff7e5fe338abe148e18e2fff87a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 10 Apr 2002 16:50:00 +0000 Subject: [PATCH] -Werror fix Original commit message from CVS: -Werror fix --- common | 2 +- gst/parse/grammar.y | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common b/common index 6148068..d8fa543 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 6148068f2318e85d8e66df485342b630d8fb49ac +Subproject commit d8fa5431e3f6f1b9c8be36bad079719a6c4b529a diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y index 9ebabf7..53025f8 100644 --- a/gst/parse/grammar.y +++ b/gst/parse/grammar.y @@ -1,6 +1,7 @@ %{ #include #include +#include #include "../gstparse.h" #include "types.h" -- 2.7.4