summaryrefslogtreecommitdiffstats
path: root/common/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/draw.h')
-rw-r--r--common/draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/draw.h b/common/draw.h
index 5741eff4..ab9da69c 100644
--- a/common/draw.h
+++ b/common/draw.h
@@ -33,7 +33,7 @@
#include <spice/types.h>
#include <spice/enums.h>
-#include <common/mem.h>
+#include "mem.h"
#define SPICE_GET_ADDRESS(addr) ((void *)(unsigned long)(addr))
#define SPICE_SET_ADDRESS(addr, val) ((addr) = (unsigned long)(val))