feh
feh copied to clipboard
Update imlib.c to include #define _GNU_SOURCE
this is a fix for #791 I don't know if you want to include this as a compiler flag instead of explicitly calling it in every file that needs it, but this was enough to fix the aarch64 linux compilation issue. It looks like _GNU_SOURCE is also defined in strverscmp.c and feh.h.