mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 02:30:11 +01:00
Add a bunch of missing include directives, (now that cairo.h has been cleaned up).
This commit is contained in:
parent
da1b3c147b
commit
d466c33d1d
3 changed files with 14 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue