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.
This commit is contained in:
Tim-Philipp Müller 2006-03-12 14:43:57 +00:00
parent c0dbf25683
commit ef2a7b14a0
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
* sys/v4l2/gstv4l2element.h:
Include "_stdint.h" in an attempt to make the
PPC-buildbot happy.
2006-03-11 Edgard Lima <edgard.lima@indt.org.br>
* configure.ac:

View file

@ -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