diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-08-22 02:58:37 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-08-22 02:58:37 -0400 |
commit | 735757a17a7c72f8598c8958b600daad941a0431 (patch) | |
tree | 39f09847b828da9f19ed85a29b411f59a8e76cdf /src/cairo-output-stream-private.h | |
parent | bfdc3b6642a36a7728f82ae87de83244d86ba29e (diff) |
[Makefile.am] Add target sparse to run sparse static source code analyzer
There are still some bits not quite working.
Diffstat (limited to 'src/cairo-output-stream-private.h')
-rw-r--r-- | src/cairo-output-stream-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-output-stream-private.h b/src/cairo-output-stream-private.h index 0600431e..18128562 100644 --- a/src/cairo-output-stream-private.h +++ b/src/cairo-output-stream-private.h @@ -37,6 +37,7 @@ #ifndef CAIRO_OUTPUT_STREAM_PRIVATE_H #define CAIRO_OUTPUT_STREAM_PRIVATE_H +#include "cairoint.h" #include "cairo-types-private.h" typedef cairo_status_t (*cairo_output_stream_write_func_t) (cairo_output_stream_t *output_stream, |