]> 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:48:25 +0000 (07:48 +0000)
committerSebastien Bacher <sbacher@src.gnome.org>
Thu, 18 Oct 2007 07:48:25 +0000 (07:48 +0000)
2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>

* backend/pixbuf/pixbuf-document.c:

Fix an implicit function definition warning (#487655)

svn path=/trunk/; revision=2708

ChangeLog
backend/pixbuf/pixbuf-document.c

index 409e8825a8406bcb5441e4c45874248f577efe3c..dab5687d0a2d9c3c531349c92057558efc5e6e59 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-11  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c:
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
 {