From 04c44d18c9b480ad8cffff2dbe1f78ad3d478b96 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 30 Dec 2010 19:12:23 -0800 Subject: legacyresample: Use math-compat header --- gst/legacyresample/resample_functable.c | 2 ++ gst/legacyresample/resample_ref.c | 1 + 2 files changed, 3 insertions(+) diff --git a/gst/legacyresample/resample_functable.c b/gst/legacyresample/resample_functable.c index 6d6e26c0c..fc3e38a8b 100644 --- a/gst/legacyresample/resample_functable.c +++ b/gst/legacyresample/resample_functable.c @@ -28,6 +28,8 @@ #include #include +#include + #include "_stdint.h" #include "resample.h" diff --git a/gst/legacyresample/resample_ref.c b/gst/legacyresample/resample_ref.c index 383e069e9..546e7cc9c 100644 --- a/gst/legacyresample/resample_ref.c +++ b/gst/legacyresample/resample_ref.c @@ -28,6 +28,7 @@ #include #include +#include #include "_stdint.h" #include "resample.h" -- cgit v1.2.3