summaryrefslogtreecommitdiffstats
path: root/common/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/mem.h')
-rw-r--r--common/mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/mem.h b/common/mem.h
index ebf2fb8c..385ef556 100644
--- a/common/mem.h
+++ b/common/mem.h
@@ -21,7 +21,7 @@
#include <stdlib.h>
#include <spice/macros.h>
-#include <spice/draw.h> /* for SpiceChunks, temporary */
+#include <common/draw.h> /* for SpiceChunks, temporary */
char *spice_strdup(const char *str) SPICE_GNUC_MALLOC;
char *spice_strndup(const char *str, size_t n_bytes) SPICE_GNUC_MALLOC;