# HG changeset patch # User zas_ # Date 1206886684 0 # Node ID 28f2274c9bd06052cd7a0e1aedffd6305819e424 # Parent c7021159079d3ca08f4b934e30e45dd29eeeb451 Fix two minor compilation warnings. diff -r c7021159079d -r 28f2274c9bd0 src/gqview.h --- a/src/gqview.h Sun Mar 30 11:47:14 2008 +0000 +++ b/src/gqview.h Sun Mar 30 14:18:04 2008 +0000 @@ -18,7 +18,9 @@ #endif #ifdef HAVE_STRVERSCMP -# define _GNU_SOURCE +# ifndef _GNU_SOURCE +# define _GNU_SOURCE +# endif #endif #include "intl.h" diff -r c7021159079d -r 28f2274c9bd0 src/thumb.c --- a/src/thumb.c Sun Mar 30 11:47:14 2008 +0000 +++ b/src/thumb.c Sun Mar 30 14:18:04 2008 +0000 @@ -15,6 +15,7 @@ #include "cache.h" #include "image-load.h" +#include "filelist.h" #include "pixbuf_util.h" #include "thumb_standard.h" #include "ui_fileops.h"