diff --git a/gst/legacyresample/resample_functable.c b/gst/legacyresample/resample_functable.c index f91ad09cf6..6d6e26c0c3 100644 --- a/gst/legacyresample/resample_functable.c +++ b/gst/legacyresample/resample_functable.c @@ -28,6 +28,8 @@ #include #include +#include "_stdint.h" + #include "resample.h" #include "buffer.h" #include "debug.h" diff --git a/gst/legacyresample/resample_ref.c b/gst/legacyresample/resample_ref.c index ae6da9a1c7..383e069e99 100644 --- a/gst/legacyresample/resample_ref.c +++ b/gst/legacyresample/resample_ref.c @@ -28,11 +28,12 @@ #include #include +#include "_stdint.h" + #include "resample.h" #include "buffer.h" #include "debug.h" - static double resample_sinc_window (double x, double halfwidth, double scale) {