pixman: Branch 'master'

Vladimir Vukicevic vladimir at kemper.freedesktop.org
Fri Aug 3 15:24:01 PDT 2007


 pixman/pixman.h |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 19c46bf18b9cf6694fa3de9c836a3d1eed6c6dac (from 0c80a0cd84f30616563cef5910df9deb4f8ed687)
Author: Vladimir Vukicevic <vladimir at pobox.com>
Date:   Fri Aug 3 15:24:03 2007 -0700

    Fix OpenSolaris compilation

diff --git a/pixman/pixman.h b/pixman/pixman.h
index bd6045f..74358e0 100644
--- a/pixman/pixman.h
+++ b/pixman/pixman.h
@@ -74,6 +74,7 @@ SOFTWARE.
  */
 #if defined (__SVR4) && defined (__sun)
 #  include <sys/int_types.h>
+#  include <stdint.h>
 #elif defined (__OpenBSD__)
 #  include <inttypes.h>
 #elif defined (_MSC_VER)


More information about the xorg-commit mailing list