Re: gdk-pixbuf portability patch again



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]