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