summaryrefslogtreecommitdiffstats
path: root/client/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/utils.h')
-rw-r--r--client/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/utils.h b/client/utils.h
index d4163b87..9a29cfbc 100644
--- a/client/utils.h
+++ b/client/utils.h
@@ -19,7 +19,7 @@
#define _H_UTILS
#include "common.h"
-#include "red_error_codes.h"
+#include <spice/error_codes.h>
#define MIN(x, y) (((x) <= (y)) ? (x) : (y))
#define MAX(x, y) (((x) >= (y)) ? (x) : (y))