diff options
Diffstat (limited to 'src/ConnDis.c')
-rw-r--r-- | src/ConnDis.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ConnDis.c b/src/ConnDis.c index fd536a2..9841d33 100644 --- a/src/ConnDis.c +++ b/src/ConnDis.c @@ -24,7 +24,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/X11/ConnDis.c,v 3.28 2003/12/02 23:33:17 herrb Exp $ */ +/* $XFree86: xc/lib/X11/ConnDis.c,v 3.29 2003/12/19 02:05:37 dawes Exp $ */ /* * This file contains operating system dependencies. @@ -35,6 +35,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xlibint.h> #include <X11/Xtrans.h> #include <X11/Xauth.h> +#include <X11/Xdmcp.h> #include <stdio.h> #include <ctype.h> |