diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-21 03:28:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-21 03:28:42 +0000 |
commit | 9ef8a744f1c1027c576910a9f62368a8a43de7bd (patch) | |
tree | b5be29826744a508d11c374c63231e6288ce32db /contrib | |
parent | a76303dfb3c0d80a00e34de09903c75a8937ca50 (diff) | |
download | gtk+-9ef8a744f1c1027c576910a9f62368a8a43de7bd.tar.gz |
Apply patches to unmaintained pieces of software...
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gdk-pixbuf-xlib/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <maclas@gmx.de> + + * gdk-pixbuf-xlibrgb.c: Include config.h first. (#148034) + Sun Jul 18 20:17:41 2004 Soeren Sandmann <sandmann@daimi.au.dk> * === 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 <amundson@gtk.org> */ -#include <math.h> - #if HAVE_CONFIG_H # include <config.h> # if STDC_HEADERS @@ -61,6 +59,8 @@ # include <stdlib.h> #endif +#include <math.h> + #define ENABLE_GRAYSCALE /* include this before so that we can get endian definitions if |