From d466c33d1df2a30aa8a8c38f2b9861cb36bf3c1e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 20 Jan 2005 20:45:38 +0000 Subject: [PATCH] Add a bunch of missing include directives, (now that cairo.h has been cleaned up). --- ChangeLog | 7 ++++++- test/cairo-test.c | 4 ++++ test/cairo_test.c | 4 ++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4be9d031e..957bfd2ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2005-01-20 Carl Worth +2005-01-20 Carl Worth + + * test/cairo_test.c: Add a bunch of missing include directives, + (now that cairo.h has been cleaned up). + +2005-01-20 Carl Worth * src/cairo-atsui.h: Created new public header cairo-atsui.h. diff --git a/test/cairo-test.c b/test/cairo-test.c index df9694208..2364570a2 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -23,8 +23,12 @@ * Author: Carl D. Worth */ +#include +#include +#include #include #include +#include #include "cairo_test.h" diff --git a/test/cairo_test.c b/test/cairo_test.c index df9694208..2364570a2 100644 --- a/test/cairo_test.c +++ b/test/cairo_test.c @@ -23,8 +23,12 @@ * Author: Carl D. Worth */ +#include +#include +#include #include #include +#include #include "cairo_test.h"