diff options
author | Cody Russell <bratsche@src.gnome.org> | 1999-10-07 06:22:21 +0000 |
---|---|---|
committer | Cody Russell <bratsche@src.gnome.org> | 1999-10-07 06:22:21 +0000 |
commit | e41dd6a1999c7d7ebd30685a114d16b7f15d61b5 (patch) | |
tree | 5309cdde8a46752e73b0f70ecf83cf750c22f985 /gdk/gdkpixbuf-drawable.c | |
parent | 4649192c7ac218064ce30c32cc03dbc501fd01f5 (diff) | |
download | gtk+-e41dd6a1999c7d7ebd30685a114d16b7f15d61b5.tar.gz |
Added #include "gdk-pixbuf-drawable.h" to the top. This fixes remaining
compile error.
Diffstat (limited to 'gdk/gdkpixbuf-drawable.c')
-rw-r--r-- | gdk/gdkpixbuf-drawable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkpixbuf-drawable.c b/gdk/gdkpixbuf-drawable.c index 472424a5b2..a8cc75b440 100644 --- a/gdk/gdkpixbuf-drawable.c +++ b/gdk/gdkpixbuf-drawable.c @@ -10,6 +10,7 @@ #include <glib.h> #include <gmodule.h> #include "gdk-pixbuf.h" +#include "gdk-pixbuf-drawable.h" /* private function */ |