From 8681f3626156ab58e0b2a5451edfe3cf41245e2b Mon Sep 17 00:00:00 2001 From: Richard Hestilow Date: Sat, 24 Jul 1999 03:50:12 +0000 Subject: [PATCH] Include glib.h as it uses g* datatypes Added for gnome-config 1999-07-23 Richard Hestilow * src/gdk-pixbuf.h: Include glib.h as it uses g* datatypes * gdk_pixbufConf.sh.in: Added for gnome-config * Makefile.am: * configure.in: Modified to generate gdk_pixbufConf.sh --- gdk-pixbuf/ChangeLog | 7 +++++++ gdk-pixbuf/gdk-pixbuf.h | 1 + 2 files changed, 8 insertions(+) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index a798f6c44b..6093b15f45 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,10 @@ +1999-07-23 Richard Hestilow + + * src/gdk-pixbuf.h: Include glib.h as it uses g* datatypes + * gdk_pixbufConf.sh.in: Added for gnome-config + * Makefile.am: + * configure.in: Modified to generate gdk_pixbufConf.sh + 1999-07-20 Mark Crichton * src/gdk-pixbuf.c (gdk_pixbuf_rotate): Fixed rotation. Now a bbox diff --git a/gdk-pixbuf/gdk-pixbuf.h b/gdk-pixbuf/gdk-pixbuf.h index a1886468d1..84ff4ca8e7 100644 --- a/gdk-pixbuf/gdk-pixbuf.h +++ b/gdk-pixbuf/gdk-pixbuf.h @@ -3,6 +3,7 @@ #include #include +#include typedef struct { int ref_count;