mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
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:
parent
2dd8010618
commit
ade984396e
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
||||||
#ifndef __GST_V4L2ELEMENT_H__
|
#ifndef __GST_V4L2ELEMENT_H__
|
||||||
#define __GST_V4L2ELEMENT_H__
|
#define __GST_V4L2ELEMENT_H__
|
||||||
|
|
||||||
|
#include "_stdint.h"
|
||||||
|
|
||||||
/* Because of some really cool feature in video4linux1, also known as
|
/* 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
|
* 'not including sys/types.h and sys/time.h', we had to include it
|
||||||
* ourselves. In all their intelligence, these people decided to fix
|
* ourselves. In all their intelligence, these people decided to fix
|
||||||
|
|
Loading…
Reference in a new issue