mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 02:20:03 +01:00
Fix build with -Dxdmcp=false
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
This commit is contained in:
parent
fe1e2b7b3d
commit
52d71b025d
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "osdep.h"
|
||||
|
||||
#ifdef XDMCP
|
||||
/* in xdmcp.c */
|
||||
void XdmcpUseMsg(void);
|
||||
int XdmcpOptions(int argc, char **argv, int i);
|
||||
|
|
@ -23,5 +24,6 @@ void XdmcpRegisterAuthentication(const char *name,
|
|||
|
||||
struct sockaddr_in;
|
||||
void XdmcpRegisterBroadcastAddress(const struct sockaddr_in *addr);
|
||||
#endif /* XDMCP */
|
||||
|
||||
#endif /* _XSERVER_OS_XDMCP_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue