diff options
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/e-util.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 6dea4fd174..28b93f2b1c 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2006-08-24 Tor Lillqvist <tml@novell.com> + + * e-util.h: Include <cairo.h>, not <cairo/cairo.h>. + 2006-08-20 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #349310. Patch from both Laurent Goujon diff --git a/e-util/e-util.h b/e-util/e-util.h index 18fc43e052..1d3d6ba150 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -28,7 +28,7 @@ #include <glib-object.h> #include <limits.h> #include <gconf/gconf-client.h> -#include <cairo/cairo.h> +#include <cairo.h> #ifdef __cplusplus extern "C" { |