[Spice-devel] [PATCH] qxl_image: fix build break once MIN/MAX switched to spice-protocol
Alon Levy
alevy at redhat.com
Sun Oct 20 14:37:07 CEST 2013
In commit 5e122e4ab1ac35186cc610cd0d518cfd5e78d902
---
src/qxl_image.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/qxl_image.c b/src/qxl_image.c
index 2349fca..0a0ca30 100644
--- a/src/qxl_image.c
+++ b/src/qxl_image.c
@@ -31,6 +31,9 @@
#include <string.h>
#include <assert.h>
#include <stdlib.h>
+
+#include <spice/macros.h>
+
#include "qxl.h"
#include "murmurhash3.h"
--
1.8.3.1
More information about the Spice-devel
mailing list