Fix two minor compilation warnings.
authorLaurent Monin <geeqie@norz.org>
Sun, 30 Mar 2008 14:18:04 +0000 (14:18 +0000)
committerLaurent Monin <geeqie@norz.org>
Sun, 30 Mar 2008 14:18:04 +0000 (14:18 +0000)
src/gqview.h
src/thumb.c

index 9100f90..721ccc2 100644 (file)
@@ -18,7 +18,9 @@
 #endif
 
 #ifdef HAVE_STRVERSCMP
-#  define _GNU_SOURCE
+#  ifndef _GNU_SOURCE
+#    define _GNU_SOURCE
+#  endif
 #endif
 
 #include "intl.h"
index b0333d7..0f4cb0c 100644 (file)
@@ -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"