summaryrefslogtreecommitdiff
path: root/src/cairo-mutex-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-04-19 16:19:25 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-04-19 16:19:25 -0400
commitf9dd8fd0ef0ad95921723155b951cd113ccb2d0b (patch)
treec1b537175c5b93eac44b87839e38b1054e3e9375 /src/cairo-mutex-private.h
parent4e754cf3df9855c1d442578e555b7fb17c3dd4a1 (diff)
[cairo-mutex] Inlucde cairo-features.h and config.h
Previously we were lucky enough to have them included before us
Diffstat (limited to 'src/cairo-mutex-private.h')
-rw-r--r--src/cairo-mutex-private.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cairo-mutex-private.h b/src/cairo-mutex-private.h
index d4dc73518..09fda701d 100644
--- a/src/cairo-mutex-private.h
+++ b/src/cairo-mutex-private.h
@@ -40,6 +40,12 @@
#ifndef CAIRO_MUTEX_PRIVATE_H
#define CAIRO_MUTEX_PRIVATE_H
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <cairo-features.h>
+
CAIRO_BEGIN_DECLS
#if HAVE_PTHREAD_H /*********************************************************/