[cairo-commit] gtkcairo/gtkcairo gdkcairo.c,1.10,1.11
Carl Worth
commit at pdx.freedesktop.org
Thu Jan 20 08:36:13 PST 2005
Committed by: cworth
Update of /cvs/cairo/gtkcairo/gtkcairo
In directory gabe:/tmp/cvs-serv18122/gtkcairo
Modified Files:
gdkcairo.c
Log Message:
* gtkcairo/gdkcairo.c: Add mising includes for stdio.h and
stdlib.h.
Index: gdkcairo.c
===================================================================
RCS file: /cvs/cairo/gtkcairo/gtkcairo/gdkcairo.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gdkcairo.c 11 Dec 2004 16:04:42 -0000 1.10
+++ gdkcairo.c 20 Jan 2005 16:36:11 -0000 1.11
@@ -18,6 +18,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <stdio.h>
+#include <stdlib.h>
+
#include <gdk/gdkx.h>
#include "gdkcairo.h"
More information about the cairo-commit
mailing list