From: Tim-Philipp Müller Date: Sun, 12 Mar 2006 14:43:57 +0000 (+0000) Subject: sys/v4l2/gstv4l2element.h: Include "_stdint.h" in an attempt to make the X-Git-Tag: RELEASE-0_10_3~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ade984396e537a8f4326f57e283ac467aa0d8f57;p=platform%2Fupstream%2Fgst-plugins-good.git sys/v4l2/gstv4l2element.h: Include "_stdint.h" in an attempt to make the Original commit message from CVS: * sys/v4l2/gstv4l2element.h: Include "_stdint.h" in an attempt to make the PPC-buildbot happy. --- diff --git a/sys/v4l2/gstv4l2element.h b/sys/v4l2/gstv4l2element.h index 06e50bf..7144203 100644 --- a/sys/v4l2/gstv4l2element.h +++ b/sys/v4l2/gstv4l2element.h @@ -23,6 +23,8 @@ #ifndef __GST_V4L2ELEMENT_H__ #define __GST_V4L2ELEMENT_H__ +#include "_stdint.h" + /* Because of some really cool feature in video4linux1, also known as * 'not including sys/types.h and sys/time.h', we had to include it * ourselves. In all their intelligence, these people decided to fix