From 9ef8a744f1c1027c576910a9f62368a8a43de7bd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 21 Jul 2004 03:28:42 +0000 Subject: [PATCH] Apply patches to unmaintained pieces of software... --- contrib/gdk-pixbuf-xlib/ChangeLog | 4 ++++ contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/gdk-pixbuf-xlib/ChangeLog b/contrib/gdk-pixbuf-xlib/ChangeLog index d50e9617e9..a078b5f86f 100644 --- a/contrib/gdk-pixbuf-xlib/ChangeLog +++ b/contrib/gdk-pixbuf-xlib/ChangeLog @@ -1,3 +1,7 @@ +Tue Jul 20 23:26:10 2004 Matthias Clasen + + * gdk-pixbuf-xlibrgb.c: Include config.h first. (#148034) + Sun Jul 18 20:17:41 2004 Soeren Sandmann * === released 2.5.0 == diff --git a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c index 1bf8655148..351e4dae54 100644 --- a/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c +++ b/contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c @@ -47,8 +47,6 @@ * Shawn T. Amundson */ -#include - #if HAVE_CONFIG_H # include # if STDC_HEADERS @@ -61,6 +59,8 @@ # include #endif +#include + #define ENABLE_GRAYSCALE /* include this before so that we can get endian definitions if