diff options
author | Alon Levy <alevy@redhat.com> | 2011-07-22 01:25:21 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-07-23 00:55:03 +0300 |
commit | e36912352b34f711dedc007d9b07eff8427bf5d0 (patch) | |
tree | 2e740a7ac6af92f9134746ebf179cc75a0371fa8 | |
parent | bd39af72b31c9855362161d9e08c0b2e788dc143 (diff) |
xspice/qxl_driver: fix implicitly defined function warning
-rw-r--r-- | src/qxl_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qxl_driver.c b/src/qxl_driver.c index 336cd25..cf30434 100644 --- a/src/qxl_driver.c +++ b/src/qxl_driver.c @@ -42,6 +42,7 @@ #include "spiceqxl_main_loop.h" #include "spiceqxl_display.h" #include "spiceqxl_inputs.h" +#include "spiceqxl_io_port.h" #endif /* XSPICE */ #if 0 |