From 8f041cc75220add1b0c53ba5994a22ee4b7efe03 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Tue, 27 Jul 2004 21:51:30 +0000 Subject: fix local includes and 64 bits constants Original commit message from CVS: fix local includes and 64 bits constants --- gst/rtjpeg/gstrtjpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/rtjpeg/gstrtjpeg.c') diff --git a/gst/rtjpeg/gstrtjpeg.c b/gst/rtjpeg/gstrtjpeg.c index 2a90e30a..6eaff599 100644 --- a/gst/rtjpeg/gstrtjpeg.c +++ b/gst/rtjpeg/gstrtjpeg.c @@ -21,8 +21,8 @@ #include "config.h" #endif -#include -#include +#include "gstrtjpegenc.h" +#include "gstrtjpegdec.h" static gboolean plugin_init (GstPlugin * plugin) -- cgit v1.2.1