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 /dix/dixutils.c | |
parent | a54435946544a039fc333bb5e3438501d0d1ffc6 (diff) |
Move Xserver API for security extension to securitysrv.h
Diffstat (limited to 'dix/dixutils.c')
-rw-r--r-- | dix/dixutils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dix/dixutils.c b/dix/dixutils.c index 91796eade..8cf9daa67 100644 --- a/dix/dixutils.c +++ b/dix/dixutils.c @@ -98,8 +98,7 @@ Author: Adobe Systems Incorporated #define XK_LATIN1 #include <X11/keysymdef.h> #ifdef XCSECURITY -#define _SECURITY_SERVER -#include <X11/extensions/security.h> +#include "securitysrv.h" #endif /* |