From ef2a7b14a0ecd71403da1b4b1dea370b20601d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 12 Mar 2006 14:43:57 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ sys/v4l2/gstv4l2element.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index a982d0f621..9177e563cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-12 Tim-Philipp Müller + + * sys/v4l2/gstv4l2element.h: + Include "_stdint.h" in an attempt to make the + PPC-buildbot happy. + 2006-03-11 Edgard Lima * configure.ac: diff --git a/sys/v4l2/gstv4l2element.h b/sys/v4l2/gstv4l2element.h index 06e50bf796..71442039fe 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