diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-04-20 16:40:52 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-04-20 16:40:52 +0000 |
commit | db5bd04097fd815ab6523f187679682a5e5047fa (patch) | |
tree | d15b3a34aa3389d074e5dbc6e620e5d0befc1026 /os/xdmauth.c | |
parent | 8963a220f36cf0ae2a8a653fd39c983140e29736 (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.c | 2 |
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 */ |