From a7de0e326a9e5937cb00d63afdf20843617d2273 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 29 Apr 2008 17:34:19 +0000 Subject: [PATCH] gst/realmedia/: Include generated "_stdint.h" instead of 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 which might not exist on some systems. --- ChangeLog | 7 +++++++ gst/realmedia/realhash.c | 2 +- gst/realmedia/rtspreal.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04d83a9742..6a67e736db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-04-29 Michael Smith + + * gst/realmedia/realhash.c: + * gst/realmedia/rtspreal.c: + Include generated "_stdint.h" instead of which might not + exist on some systems. + 2008-04-26 Sebastian Dröge * ext/sidplay/gstsiddec.cc: diff --git a/gst/realmedia/realhash.c b/gst/realmedia/realhash.c index 11ea819b94..b5dc0592cb 100644 --- a/gst/realmedia/realhash.c +++ b/gst/realmedia/realhash.c @@ -22,7 +22,7 @@ #include "config.h" #endif -#include +#include "_stdint.h" #include #include diff --git a/gst/realmedia/rtspreal.c b/gst/realmedia/rtspreal.c index 3283c79bea..63a4430497 100644 --- a/gst/realmedia/rtspreal.c +++ b/gst/realmedia/rtspreal.c @@ -35,7 +35,7 @@ #endif #include -#include +#include "_stdint.h" #include #include