lfocontrolsource: use math-compat.h for M_PI
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 5 Oct 2010 14:05:43 +0000 (15:05 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 5 Oct 2010 17:31:58 +0000 (18:31 +0100)
libs/gst/controller/gstlfocontrolsource.c

index fdaf7f4..888e22b 100644 (file)
@@ -43,7 +43,7 @@
 #include "gstlfocontrolsource.h"
 #include "gstlfocontrolsourceprivate.h"
 
-#include "math.h"
+#include <gst/math-compat.h>
 
 #define EMPTY(x) (x)