summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2009-06-30 21:31:52 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2009-07-01 15:26:16 -0400
commit123c16f82884777a54a751994f7a54a8a6716094 (patch)
tree737f8f4fcff505357fd3d6e4c36970edee7945af
parentfe61bc9f103e98161e9817ebe385f93e203b157e (diff)
Bump version number and include stdint.h
-rw-r--r--configure.ac2
-rw-r--r--src/qxl.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 639b433..9f5cf3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-qxl],
- 0.0.3,
+ 0.0.4,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-qxl)
diff --git a/src/qxl.h b/src/qxl.h
index b7feb10..6eea749 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -22,6 +22,8 @@
#include "config.h"
+#include <stdint.h>
+
#include "compiler.h"
#include "xf86.h"
#include "xf86Resources.h"