Unbreak (on 4.x) by picking up 'stderr' from stdio.h

This commit is contained in:
Volker Stolz 2005-03-08 12:11:30 +00:00
parent e7054e3e4c
commit 1f2650a4ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130613

View file

@ -0,0 +1,10 @@
--- gtkcairo/gdkcairo.c.orig Tue Mar 8 13:06:20 2005
+++ gtkcairo/gdkcairo.c Tue Mar 8 13:07:11 2005
@@ -18,6 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <stdio.h>
#include <gdk/gdkx.h>
#include "gdkcairo.h"