Add a bunch of missing include directives, (now that cairo.h has been cleaned up).

This commit is contained in:
Carl Worth 2005-01-20 20:45:38 +00:00
parent da1b3c147b
commit d466c33d1d
3 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,9 @@
2005-01-20 Carl Worth <cworth@pippin.local>
2005-01-20 Carl Worth <cworth@cworth.org>
* test/cairo_test.c: Add a bunch of missing include directives,
(now that cairo.h has been cleaned up).
2005-01-20 Carl Worth <cworth@cworth.org>
* src/cairo-atsui.h: Created new public header cairo-atsui.h.

View file

@ -23,8 +23,12 @@
* Author: Carl D. Worth <cworth@cworth.org>
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include "cairo_test.h"

View file

@ -23,8 +23,12 @@
* Author: Carl D. Worth <cworth@cworth.org>
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include "cairo_test.h"