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-mutex-type-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-mutex-type-private.h')
-rw-r--r-- | src/cairo-mutex-type-private.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cairo-mutex-type-private.h b/src/cairo-mutex-type-private.h index 59d581af..1d82de82 100644 --- a/src/cairo-mutex-type-private.h +++ b/src/cairo-mutex-type-private.h @@ -41,9 +41,7 @@ #ifndef CAIRO_MUTEX_TYPE_PRIVATE_H #define CAIRO_MUTEX_TYPE_PRIVATE_H -#if HAVE_CONFIG_H -#include "config.h" -#endif +#include "cairoint.h" #include <cairo-features.h> |