[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.
This commit is contained in:
Geoffrey McRae
2026-08-15 01:17:58 +10:00
parent 9ea988b2a4
commit c11842a43c

View File

@@ -26,6 +26,7 @@
#include "core/clipboard_files.h" #include "core/clipboard_files.h"
#include "common/debug.h" #include "common/debug.h"
#include "common/KVMFRClipboard.h"
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>