diff --git a/tests/animate-icon.c b/tests/animate-icon.c index 4bec3cc8..dddd2cd4 100644 --- a/tests/animate-icon.c +++ b/tests/animate-icon.c @@ -38,6 +38,10 @@ #include #include +#ifndef M_PI +#define M_PI 3.14159265358979323846264338327950288 +#endif + #define ALPHA 220 #define WIDTH 3 #define HEIGHT 3