Skip to content

Commit

Permalink
Fix implicit definition of strverscmp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferada authored and derf committed Jul 24, 2021
1 parent 66fb4bc commit b5c190f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/filelist.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,15 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

#ifdef HAVE_LIBEXIF
#include <libexif/exif-data.h>
#endif

#ifdef HAVE_LIBCURL
#include <curl/curl.h>
#endif

#include "feh.h"
#include "filelist.h"
#include "signals.h"
#include "options.h"

#ifdef HAVE_LIBCURL
#include <curl/curl.h>
#endif

gib_list *filelist = NULL;
gib_list *original_file_items = NULL; /* original file items from argv */
int filelist_len = 0;
Expand Down

0 comments on commit b5c190f

Please sign in to comment.