From b5c190fa42876b991ddd68ce9175cc2d390e4d4c Mon Sep 17 00:00:00 2001 From: "Olof-Joachim Frahm (欧雅福)" Date: Sat, 24 Jul 2021 13:43:48 +0200 Subject: Fix implicit definition of `strverscmp`. --- src/filelist.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/filelist.c b/src/filelist.c index e70e003..0aeaa02 100644 --- a/src/filelist.c +++ b/src/filelist.c @@ -24,19 +24,15 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifdef HAVE_LIBEXIF -#include -#endif - -#ifdef HAVE_LIBCURL -#include -#endif - #include "feh.h" #include "filelist.h" #include "signals.h" #include "options.h" +#ifdef HAVE_LIBCURL +#include +#endif + gib_list *filelist = NULL; gib_list *original_file_items = NULL; /* original file items from argv */ int filelist_len = 0; -- cgit v1.2.3