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 12:08:00 +00:00
parent cd1ced0f2b
commit d9c8b9915c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
* gst/videotestsrc/videotestsrc.h:
Use "_stdint.h" instead of <stdint.h>
2005-07-27 Wim Taymans <wim@fluendo.com>
* ext/vorbis/Makefile.am:

View file

@ -20,7 +20,7 @@
#ifndef __VIDEOTESTSRC_H__
#define __VIDEOTESTSRC_H__
#include <stdint.h>
#include "_stdint.h"
struct vts_color_struct {
uint8_t Y, U, V;