legacyresample: Include _stdint.h for int16_t and friends
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 27 Jun 2010 17:22:39 +0000 (19:22 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 27 Jun 2010 17:22:39 +0000 (19:22 +0200)
gst/legacyresample/resample_functable.c
gst/legacyresample/resample_ref.c

index f91ad09..6d6e26c 100644 (file)
@@ -28,6 +28,8 @@
 #include <stdlib.h>
 #include <limits.h>
 
+#include "_stdint.h"
+
 #include "resample.h"
 #include "buffer.h"
 #include "debug.h"
index ae6da9a..383e069 100644 (file)
 #include <stdlib.h>
 #include <limits.h>
 
+#include "_stdint.h"
+
 #include "resample.h"
 #include "buffer.h"
 #include "debug.h"
 
-
 static double
 resample_sinc_window (double x, double halfwidth, double scale)
 {