summaryrefslogtreecommitdiffstats
path: root/server/red_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/red_common.h')
-rw-r--r--server/red_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_common.h b/server/red_common.h
index f505868c..6a43dc3a 100644
--- a/server/red_common.h
+++ b/server/red_common.h
@@ -21,7 +21,7 @@
#include <sys/uio.h>
#include <openssl/ssl.h>
-#include "red.h"
+#include <spice/protocol.h>
#ifndef MIN
#define MIN(x, y) (((x) <= (y)) ? (x) : (y))