gst/realmedia/: Include generated "_stdint.h" instead of <stdint.h> which might not exist on some systems.

Original commit message from CVS:
* gst/realmedia/realhash.c:
* gst/realmedia/rtspreal.c:
Include generated "_stdint.h" instead of <stdint.h> which might not
exist on some systems.
This commit is contained in:
Michael Smith 2008-04-29 17:34:19 +00:00
parent 0ad0632f5d
commit a7de0e326a
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2008-04-29 Michael Smith <msmith@songbirdnest.com>
* gst/realmedia/realhash.c:
* gst/realmedia/rtspreal.c:
Include generated "_stdint.h" instead of <stdint.h> which might not
exist on some systems.
2008-04-26 Sebastian Dröge <slomo@circular-chaos.org>
* ext/sidplay/gstsiddec.cc:

View file

@ -22,7 +22,7 @@
#include "config.h"
#endif
#include <stdint.h>
#include "_stdint.h"
#include <string.h>
#include <gst/gst.h>

View file

@ -35,7 +35,7 @@
#endif
#include <stdlib.h>
#include <stdint.h>
#include "_stdint.h"
#include <string.h>
#include <gst/rtsp/gstrtspextension.h>