From: Ronald S. Bultje Date: Thu, 3 Jul 2003 15:55:12 +0000 (+0000) Subject: Fix missing config.h and unistd.h includes which were apparently removed from gst... X-Git-Tag: BRANCH-ERROR-ROOT~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=fe4af31b7a1d16392336ec6ce76a0f7ea3e6c835;p=platform%2Fupstream%2Fgst-plugins-good.git Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently Original commit message from CVS: Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently --- diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c index f28c59a..7825956 100644 --- a/sys/v4l2/gstv4l2src.c +++ b/sys/v4l2/gstv4l2src.c @@ -17,6 +17,10 @@ * Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include "v4l2src_calls.h" diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c index 6f01328..2ec6651 100644 --- a/sys/v4l2/v4l2_calls.c +++ b/sys/v4l2/v4l2_calls.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "v4l2_calls.h" #define DEBUG(format, args...) \