gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of <stdint.h>
authorTim-Philipp Müller <tim@centricular.net>
Thu, 28 Jul 2005 18:42:54 +0000 (18:42 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 28 Jul 2005 18:42:54 +0000 (18:42 +0000)
Original commit message from CVS:
* gst/videotestsrc/videotestsrc.h:
Use "_stdint.h" instead of <stdint.h>

gst/videotestsrc/videotestsrc.h

index c3395c3..47f0ad9 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "_stdint.h"
 
+
 struct vts_color_struct {
        uint8_t Y, U, V;
        uint8_t R, G, B;