mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 09:58:03 +02:00
Try with include math.h for ubuntu build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user