mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[client,x11] fix missing prototype
due to X11 type definition conflicts the header can not be included. Add a function definition to silence warnigns.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
*/
|
||||
|
||||
// Do not include! X11 has conflicting defines #include "xf_utils.h"
|
||||
const char* request_code_2_str(int code);
|
||||
|
||||
#include <X11/Xproto.h>
|
||||
|
||||
const char* request_code_2_str(int code)
|
||||
|
||||
Reference in New Issue
Block a user