summaryrefslogtreecommitdiffstats
path: root/sys/v4l2
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-01-20 01:51:47 +0000
committerBenjamin Otte <otte@gnome.org>2004-01-20 01:51:47 +0000
commit2e46e9ca8b59ce42913d28aae3e69bbc45fb8842 (patch)
treea6d56ac12d413172daca55e70a90c4b42c14d598 /sys/v4l2
parent014b5207491c147a862392da525cfd864e8858db (diff)
downloadgst-plugins-bad-2e46e9ca8b59ce42913d28aae3e69bbc45fb8842.tar.gz
gst-plugins-bad-2e46e9ca8b59ce42913d28aae3e69bbc45fb8842.tar.bz2
gst-plugins-bad-2e46e9ca8b59ce42913d28aae3e69bbc45fb8842.zip
fix missing include
Original commit message from CVS: fix missing include
Diffstat (limited to 'sys/v4l2')
-rw-r--r--sys/v4l2/gstv4l2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/v4l2/gstv4l2.c b/sys/v4l2/gstv4l2.c
index 45b614c2..bbe5eb6d 100644
--- a/sys/v4l2/gstv4l2.c
+++ b/sys/v4l2/gstv4l2.c
@@ -23,6 +23,8 @@
#include <gst/gst.h>
+#include "gst/gst-i18n-plugin.h"
+
#include "gstv4l2element.h"
#include "gstv4l2src.h"