Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-12-29 14:59:49 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-12-29 14:59:49 (GMT)
commit09ab2eb203c380d4a952adaa44d5bd4a6f83fe07 (patch)
tree2c82bd63dc4d5dcd901992252f5f136b8dbf50fc /backend
parent195db8ebaed712d5e6d7913d0450af34532754eb (diff)
More warnings fixed.
2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pixbuf/pixbuf-document.c: More warnings fixed. svn path=/trunk/; revision=2790
Diffstat (limited to 'backend')
-rw-r--r--backend/pixbuf/pixbuf-document.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/backend/pixbuf/pixbuf-document.c b/backend/pixbuf/pixbuf-document.c
index a6d9f7b..21c6bb9 100644
--- a/backend/pixbuf/pixbuf-document.c
+++ b/backend/pixbuf/pixbuf-document.c
@@ -17,12 +17,13 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "config.h"
-
#include <config.h>
+#include <glib/gi18n.h>
+
#include "pixbuf-document.h"
#include "ev-document-thumbnails.h"
#include "ev-document-misc.h"
+#include "ev-file-helpers.h"
struct _PixbufDocumentClass
{