diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-12 14:43:57 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-12 14:43:57 +0000 |
commit | ef2a7b14a0ecd71403da1b4b1dea370b20601d14 (patch) | |
tree | dc877fabba30d20f119a3ef8472d529f2b1064ae /sys/v4l2/gstv4l2element.h | |
parent | c0dbf256833beb2ffddabf284f825ce547ca44e5 (diff) | |
download | gst-plugins-bad-ef2a7b14a0ecd71403da1b4b1dea370b20601d14.tar.gz gst-plugins-bad-ef2a7b14a0ecd71403da1b4b1dea370b20601d14.tar.bz2 gst-plugins-bad-ef2a7b14a0ecd71403da1b4b1dea370b20601d14.zip |
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.
Diffstat (limited to 'sys/v4l2/gstv4l2element.h')
-rw-r--r-- | sys/v4l2/gstv4l2element.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/v4l2/gstv4l2element.h b/sys/v4l2/gstv4l2element.h index 06e50bf7..71442039 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 |