xwayland: fix build with NO_LOCAL_CLIENT_CRED
Fixes the following compilation error:
../subprojects/xserver/hw/xwayland/xwayland.c:435:5: error: implicit declaration of function ‘LocalAccessScopeUser’ [-Werror=implicit-function-declaration]
435 | LocalAccessScopeUser();
| ^~~~~~~~~~~~~~~~~~~~