Added #include "gdk-pixbuf-drawable.h" to the top. This fixes remaining

compile error.
This commit is contained in:
Cody Russell 1999-10-07 06:22:21 +00:00
parent 4649192c7a
commit e41dd6a199
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,9 @@
* src/Makefile.am: Added gdk-pixbuf-drawable.[ch] to
libgdk_pixbuf_la_SOURCES and libgdk_pixbufinclude_HEADERS.
* src/gdk-pixbuf-drawable.c: Added #include "gdk-pixbuf-drawable.h"
to fix compilation.
1999-09-22 Michael Meeks <michael@nuclecu.unam.mx>
* src/gdk-pixbuf.c (gdk_pixbuf_new): created.

View File

@ -10,6 +10,7 @@
#include <glib.h>
#include <gmodule.h>
#include "gdk-pixbuf.h"
#include "gdk-pixbuf-drawable.h"
/* private function */