legacyresample: Use math-compat header

This commit is contained in:
David Schleef 2010-12-30 19:12:23 -08:00
parent 2f5c92f1c8
commit 04c44d18c9
2 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,8 @@
#include <stdlib.h>
#include <limits.h>
#include <gst/math-compat.h>
#include "_stdint.h"
#include "resample.h"

View file

@ -28,6 +28,7 @@
#include <stdlib.h>
#include <limits.h>
#include <gst/math-compat.h>
#include "_stdint.h"
#include "resample.h"