Re: gdk-pixbuf portability patch again
- From: Owen Taylor <otaylor redhat com>
- To: gtk-devel-list gnome org
- Subject: Re: gdk-pixbuf portability patch again
- Date: 11 Nov 2000 18:17:23 -0500
Please go ahead and commit with one change:
#include <string.h>
#include <glib.h>
+#ifdef HAVE_UNISTD_H
#include <unistd.h>
+#endif
#include "gdk-pixbuf-private.h"
Change this to:
#include <unistd.h> /* for unlink */
Though I wonder unlink comes from otherwise....
Regards,
Owen
Hans Breuer <hans breuer org> writes:
> here's the next iteration of my gdk-pixbuf patch.
> Hopefuly this one is acceptable now. If removed all
> the XPM save buisiness and provide a ChageLog entry again:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]