From: Brad Smith <[email protected]> OpenBSD has had stdint.h for a long time now. Bug 29330. --- pixman/pixman.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pixman/pixman.h b/pixman/pixman.h index 9981f0d..c1ecedc 100644 --- a/pixman/pixman.h +++ b/pixman/pixman.h @@ -87,7 +87,7 @@ PIXMAN_BEGIN_DECLS #if !defined (PIXMAN_DONT_DEFINE_STDINT) -#if defined (_SVR4) || defined (SVR4) || defined (__OpenBSD__) || defined (_sgi) || defined (__sun) || defined (sun) || defined (__digital__) || defined (__HP_cc) +#if defined (_SVR4) || defined (SVR4) || defined (_sgi) || defined (__sun) || defined (sun) || defined (__digital__) || defined (__HP_cc) # include <inttypes.h> /* VS 2010 (_MSC_VER 1600) has stdint.h */ #elif defined (_MSC_VER) && _MSC_VER < 1600 -- 1.6.0.6 _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
