gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of <stdint.h>

Original commit message from CVS:
* gst/videotestsrc/videotestsrc.h:
Use "_stdint.h" instead of <stdint.h>
This commit is contained in:
Tim-Philipp Müller 2005-07-28 18:42:54 +00:00
parent d9c8b9915c
commit aaaeceaf4f

View file

@ -22,6 +22,7 @@
#include "_stdint.h"
struct vts_color_struct {
uint8_t Y, U, V;
uint8_t R, G, B;