[cairo-commit] cairo/test cairo_test.c,1.4,1.5
Carl Worth
commit at pdx.freedesktop.org
Thu Jan 20 20:45:40 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv3974/test
Modified Files:
cairo_test.c
Log Message:
* test/cairo_test.c: Add a bunch of missing include directives,
(now that cairo.h has been cleaned up).
Index: cairo_test.c
===================================================================
RCS file: /cvs/cairo/cairo/test/cairo_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cairo_test.c 17 Dec 2004 21:23:34 -0000 1.4
+++ cairo_test.c 21 Jan 2005 04:45:38 -0000 1.5
@@ -23,8 +23,12 @@
* Author: Carl D. Worth <cworth at cworth.org>
*/
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdarg.h>
#include <unistd.h>
#include <errno.h>
+#include <string.h>
#include "cairo_test.h"
More information about the cairo-commit
mailing list