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.
+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:
#include "config.h"
#endif
-#include <stdint.h>
+#include "_stdint.h"
#include <string.h>
#include <gst/gst.h>
#endif
#include <stdlib.h>
-#include <stdint.h>
+#include "_stdint.h"
#include <string.h>
#include <gst/rtsp/gstrtspextension.h>