summaryrefslogtreecommitdiffstats
path: root/client/cursor_channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/cursor_channel.cpp')
-rw-r--r--client/cursor_channel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/cursor_channel.cpp b/client/cursor_channel.cpp
index e317dfa2..48786e38 100644
--- a/client/cursor_channel.cpp
+++ b/client/cursor_channel.cpp
@@ -18,6 +18,8 @@
#include <config.h>
#endif
+#include "common/rect.h"
+
#include "common.h"
#include "cursor_channel.h"
#include "display_channel.h"
@@ -28,7 +30,6 @@
#include "utils.h"
#include "screen.h"
#include "red_pixmap_sw.h"
-#include "rect.h"
static inline uint8_t revers_bits(uint8_t byte)
{