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"