mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-16 19:32:26 +00:00
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
This commit is contained in:
parent
8963a220f3
commit
db5bd04097
6 changed files with 9 additions and 9 deletions
|
|
@ -48,7 +48,7 @@ from The Open Group.
|
|||
# include <X11/extensions/security.h>
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
#include "Xw32defs.h"
|
||||
#include <X11/Xw32defs.h>
|
||||
#endif
|
||||
|
||||
struct protocol {
|
||||
|
|
|
|||
Loading…
Reference in a new issue