From 8fd7df0cb501af76c3ef17d9238cd4e03c401bda Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 19 Jan 2004 13:50:39 +0000 Subject: fix i18n include Original commit message from CVS: fix i18n include --- sys/oss/gstosselement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/oss/gstosselement.c b/sys/oss/gstosselement.c index c2774856..b0b186c9 100644 --- a/sys/oss/gstosselement.c +++ b/sys/oss/gstosselement.c @@ -24,7 +24,7 @@ #include "config.h" #endif -#include "gst-libs/gst/gst-i18n-plugin.h" +#include "gst/gst-i18n-plugin.h" #include #include #include -- cgit