summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 15:56:14 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 15:56:14 +0200
commit4cc9675ef53308e8b1f3b634126415f2b904ae19 (patch)
tree8b3636548bb9c26e8be1dff48971340bae167e38
parent8deadab956e26e658a27de591aa294e2b7e60e44 (diff)
Include enums.h from qxl_dev.h
This makes stuff keep building as before when draw.h included enum.h
-rw-r--r--spice/qxl_dev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index 1308194..d8a1b31 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -35,6 +35,7 @@
#include <spice/types.h>
#include <spice/barrier.h>
#include <spice/ipc_ring.h>
+#include <spice/enums.h>
#include <spice/start-packed.h>