summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-19 13:50:39 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-19 13:50:39 +0000
commit8fd7df0cb501af76c3ef17d9238cd4e03c401bda (patch)
treed7991cdd4117acf4fda58abb84ffe1d4ec394df2 /sys
parent3f87790d4ef6e61f6c1533d3152f4ddd40dda86b (diff)
fix i18n include
Original commit message from CVS: fix i18n include
Diffstat (limited to 'sys')
-rw-r--r--sys/oss/gstosselement.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>