Try with include math.h for ubuntu build

This commit is contained in:
Linus Dierheimer
2022-04-11 16:39:56 +02:00
parent 82e2790e1b
commit e009bb1516
+1 -3
View File
@@ -10,9 +10,7 @@ bool ffLogoPrintSixelIM7(FFinstance* instance);
#endif
#ifdef FF_HAVE_IMAGEMAGICK6
#ifndef isnan
#define isnan(x) ((x) != (x))
#endif
#include <math.h>
bool ffLogoPrintSixelIM6(FFinstance* instance);
#endif