From c11842a43c97e0543b728af87e75ab796cfa553d Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sat, 15 Aug 2026 01:17:58 +1000 Subject: [PATCH] [client] tests: include clipboard protocol constants The X11 clipboard test directly checks the protocol representation chunk limit. Include the header that defines the constant instead of relying on a transitive include from the implementation translation unit. --- client/tests/x11_clipboard_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/tests/x11_clipboard_test.c b/client/tests/x11_clipboard_test.c index c0500088..384a14ea 100644 --- a/client/tests/x11_clipboard_test.c +++ b/client/tests/x11_clipboard_test.c @@ -26,6 +26,7 @@ #include "core/clipboard_files.h" #include "common/debug.h" +#include "common/KVMFRClipboard.h" #include #include