Skip to content

Commit e009bb1

Browse files
Try with include math.h for ubuntu build
1 parent 82e2790 commit e009bb1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/logo/sixel/sixel.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ bool ffLogoPrintSixelIM7(FFinstance* instance);
1010
#endif
1111

1212
#ifdef FF_HAVE_IMAGEMAGICK6
13-
#ifndef isnan
14-
#define isnan(x) ((x) != (x))
15-
#endif
13+
#include <math.h>
1614
bool ffLogoPrintSixelIM6(FFinstance* instance);
1715
#endif
1816

0 commit comments

Comments
 (0)