]> www.fi.muni.cz Git - evince.git/commitdiff
Fix an implicit function definition warning (#487655)
authorSebastien Bacher <seb128@ubuntu.com>
Thu, 18 Oct 2007 07:50:56 +0000 (07:50 +0000)
committerSebastien Bacher <sbacher@src.gnome.org>
Thu, 18 Oct 2007 07:50:56 +0000 (07:50 +0000)
2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>

* backend/pixbuf/pixbuf-document.c:

Fix an implicit function definition warning (#487655)

svn path=/branches/gnome-2-20/; revision=2709

ChangeLog
backend/pixbuf/pixbuf-document.c

index 6cf624b5265f3a2948b188677e6d4204b771b894..95b3389ac167a59a0939ef9e92bc0b59821afec1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
+
+       * backend/pixbuf/pixbuf-document.c:
+
+       Fix an implicit function definition warning (#487655)
+
 2007-10-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * NEWS:
index b9b98a66e27af1613be18356d130744136f5fe10..5f61587e60b868f0fb9ce28a70d65492b128e0f0 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "pixbuf-document.h"
 #include "ev-document-thumbnails.h"
+#include "ev-document-misc.h"
 
 struct _PixbufDocumentClass
 {