diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:54:29 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-19 20:54:29 +0000 |
commit | de9258f226145a07f5210c2a65b487c828c8d1f4 (patch) | |
tree | 18c92d204c1f05bc0fda35902c0c850eb3c63d49 /src | |
parent | 4838dd34a6b64ee6ae96bb54c95cec02b4978444 (diff) |
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902
Diffstat (limited to 'src')
-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> |