gst/realmedia/: Include generated "_stdint.h" instead of <stdint.h> which might not...
authorMichael Smith <msmith@xiph.org>
Tue, 29 Apr 2008 17:34:19 +0000 (17:34 +0000)
committerMichael Smith <msmith@xiph.org>
Tue, 29 Apr 2008 17:34:19 +0000 (17:34 +0000)
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.

ChangeLog
gst/realmedia/realhash.c
gst/realmedia/rtspreal.c

index 04d83a97422284ff41a78a40941da3c32633d073..6a67e736dbc7506f051603ff5f11380af3aae185 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 11ea819b94b079bc1ced14729c519c255acc1d09..b5dc0592cb1552eee6d04cc656f540b83d22de7e 100644 (file)
@@ -22,7 +22,7 @@
 #include "config.h"
 #endif
 
-#include <stdint.h>
+#include "_stdint.h"
 #include <string.h>
 
 #include <gst/gst.h>
index 3283c79beabb1bc3748ddda11b76db10c166cd53..63a44304973c59bc4e51f03dea46664d61f5a4cb 100644 (file)
@@ -35,7 +35,7 @@
 #endif
 
 #include <stdlib.h>
-#include <stdint.h>
+#include "_stdint.h"
 #include <string.h>
 
 #include <gst/rtsp/gstrtspextension.h>