From 033d41cecfeea69d9ee35f37f5f9d96d925a43ab Mon Sep 17 00:00:00 2001 From: Martin Briza Date: Tue, 15 Oct 2013 18:07:19 +0200 Subject: [PATCH] Wrong include in the server, fixed --- sddm-0.2.0-0.11.20130914git50ca5b20-xdmcp.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sddm-0.2.0-0.11.20130914git50ca5b20-xdmcp.patch b/sddm-0.2.0-0.11.20130914git50ca5b20-xdmcp.patch index ab6ce8a..845676f 100644 --- a/sddm-0.2.0-0.11.20130914git50ca5b20-xdmcp.patch +++ b/sddm-0.2.0-0.11.20130914git50ca5b20-xdmcp.patch @@ -1286,10 +1286,10 @@ index 0000000..edfdff4 +#include "Server.moc" diff --git a/src/daemon/xdmcp/Server.h b/src/daemon/xdmcp/Server.h new file mode 100644 -index 0000000..2860bf9 +index 0000000..2898381 --- /dev/null +++ b/src/daemon/xdmcp/Server.h -@@ -0,0 +1,117 @@ +@@ -0,0 +1,118 @@ +/* + * Server implementation for X Display Control Protocol + * Copyright (C) 2013 Martin Bříza @@ -1318,7 +1318,8 @@ index 0000000..2860bf9 +#include +#include + -+#include ++// the same as in ++#define XDM_UDP_PORT 177 + +namespace SDDM { +