summaryrefslogtreecommitdiff
path: root/src/qxl_driver.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-02-01 08:45:10 +0200
committerAlon Levy <alevy@redhat.com>2012-02-16 12:33:40 +0200
commit8b3c5a5fac297226a467ea15c16cea8e5da51b8f (patch)
tree1578c586bae94251314e91c1be2236626a5a51cf /src/qxl_driver.c
parent96349ebb43e7de49b6b561b79d6fff5ada7aa4c7 (diff)
introduce qxl_option_helpers.[ch]
Diffstat (limited to 'src/qxl_driver.c')
-rw-r--r--src/qxl_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qxl_driver.c b/src/qxl_driver.c
index 191fa07..ed4bb13 100644
--- a/src/qxl_driver.c
+++ b/src/qxl_driver.c
@@ -36,6 +36,7 @@
#include <stdlib.h>
#include "qxl.h"
#include "assert.h"
+#include "qxl_option_helpers.h"
#ifdef XSPICE
#include "spiceqxl_driver.h"