summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-12-30 19:12:23 -0800
committerDavid Schleef <ds@schleef.org>2010-12-30 19:25:46 -0800
commit04c44d18c9b480ad8cffff2dbe1f78ad3d478b96 (patch)
tree469a2fcaa603f17aae5b88df3b2cf6417ea2ce1f
parent2f5c92f1c8540fb4d573436609b34a6b393211ba (diff)
legacyresample: Use math-compat header
-rw-r--r--gst/legacyresample/resample_functable.c2
-rw-r--r--gst/legacyresample/resample_ref.c1
2 files changed, 3 insertions, 0 deletions
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 <stdlib.h>
#include <limits.h>
+#include <gst/math-compat.h>
+
#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 <stdlib.h>
#include <limits.h>
+#include <gst/math-compat.h>
#include "_stdint.h"
#include "resample.h"