diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-21 12:51:27 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-21 12:51:27 +0000 |
commit | f2504850cd7d9912e6c5869795670b99fdd064f4 (patch) | |
tree | 17047163e27063b0eed70a7769c08680ba5a3ac7 /sys/v4l2/v4l2_calls.h | |
parent | 489501ca0663d429de2fcce7b49661f219640425 (diff) |
fix includes for distcheck
Original commit message from CVS:
fix includes for distcheck
Diffstat (limited to 'sys/v4l2/v4l2_calls.h')
-rw-r--r-- | sys/v4l2/v4l2_calls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/v4l2_calls.h b/sys/v4l2/v4l2_calls.h index a7cc8f881..c40100d97 100644 --- a/sys/v4l2/v4l2_calls.h +++ b/sys/v4l2/v4l2_calls.h @@ -21,7 +21,7 @@ #define __V4L2_CALLS_H__ #include "gstv4l2element.h" -#include "gst-libs/gst/gst-i18n-plugin.h" +#include "gst/gst-i18n-plugin.h" /* simple check whether the device is open */ |