diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-06-20 18:22:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-06-20 18:22:51 -0700 |
commit | d44b2a0a57fb89741173c31676af0ccc822387dc (patch) | |
tree | 2895b87ba4323de9ce2f5a3dec5dcf1e10c56896 /hw | |
parent | a54435946544a039fc333bb5e3438501d0d1ffc6 (diff) |
Move Xserver API for security extension to securitysrv.h
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xwin/winauth.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hw/xwin/winauth.c b/hw/xwin/winauth.c index 3d24ef426..b57a35abf 100644 --- a/hw/xwin/winauth.c +++ b/hw/xwin/winauth.c @@ -35,9 +35,8 @@ #include "win.h" /* Includes for authorization */ -#include "X11/Xauth.h" -#define _SECURITY_SERVER -#include <X11/extensions/security.h> +#include <X11/Xauth.h> +#include "securitysrv.h" #include <X11/extensions/securstr.h> |