Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--backend/pixbuf/pixbuf-document.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 409e882..dab5687 100644
--- 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:
diff --git a/backend/pixbuf/pixbuf-document.c b/backend/pixbuf/pixbuf-document.c
index b9b98a6..5f61587 100644
--- a/backend/pixbuf/pixbuf-document.c
+++ b/backend/pixbuf/pixbuf-document.c
@@ -19,6 +19,7 @@
#include "pixbuf-document.h"
#include "ev-document-thumbnails.h"
+#include "ev-document-misc.h"
struct _PixbufDocumentClass
{