summaryrefslogtreecommitdiff
path: root/os/xdmauth.c
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-04-20 16:40:52 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-04-20 16:40:52 +0000
commitdb5bd04097fd815ab6523f187679682a5e5047fa (patch)
treed15b3a34aa3389d074e5dbc6e620e5d0befc1026 /os/xdmauth.c
parent8963a220f36cf0ae2a8a653fd39c983140e29736 (diff)
Fix includes right throughout the Xserver tree:
apply changes to windows specific includes Fix includes right throughout the Xserver tree: apply changes to Xdmcp.h
Diffstat (limited to 'os/xdmauth.c')
-rw-r--r--os/xdmauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/xdmauth.c b/os/xdmauth.c
index 1d4a7d2c3..1468dfeb7 100644
--- a/os/xdmauth.c
+++ b/os/xdmauth.c
@@ -49,7 +49,7 @@ static Bool authFromXDMCP;
#ifdef XDMCP
#include <X11/Xmd.h>
#undef REQUEST
-#include "Xdmcp.h"
+#include <X11/Xdmcp.h>
/* XDM-AUTHENTICATION-1 */