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 --- gst/avi/gstavimux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst') diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index d4acc2b5..bac74d14 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -29,7 +29,7 @@ #include "config.h" #endif -#include "gst-libs/gst/gst-i18n-plugin.h" +#include "gst/gst-i18n-plugin.h" #include #include -- cgit