[cairo-commit] cairo/test cairo-test.c,1.51,1.52
Carl Worth
commit at pdx.freedesktop.org
Fri Aug 5 10:40:34 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv8370/test
Modified Files:
cairo-test.c
Log Message:
2005-08-05 Carl Worth <cworth at cworth.org>
* doc/public/Makefile.am: Ignore cairo-clip-private.h.
* doc/public/cairo-docs.xml: Drop non-existent cairo-atsui.xml.
* src/cairo-font.c: Fix misnamed parameters in comment blocks.
* test/cairo-test.c: Include config.h so HAVE_UNISTD_H gets
picked up as necessary.
Index: cairo-test.c
===================================================================
RCS file: /cvs/cairo/cairo/test/cairo-test.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- cairo-test.c 5 Aug 2005 17:05:29 -0000 1.51
+++ cairo-test.c 5 Aug 2005 17:40:32 -0000 1.52
@@ -23,6 +23,10 @@
* Author: Carl D. Worth <cworth at cworth.org>
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
More information about the cairo-commit
mailing list