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