diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-06-20 18:40:18 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-06-20 18:40:18 -0700 |
commit | a46c06dab8392cf8012c7cc0b916de9a9e569671 (patch) | |
tree | 21c6976d6406d7002e942a1dfc7728dba5e78d32 /os/connection.c | |
parent | 49b368c0bb04816c4a3579071c596b2398cae3ec (diff) | |
parent | d44b2a0a57fb89741173c31676af0ccc822387dc (diff) |
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
Conflicts:
Xext/appgroup.c
Xext/security.c
dix/devices.c
dix/dispatch.c
dix/dixutils.c
dix/events.c
dix/extension.c
dix/property.c
dix/window.c
os/access.c
Diffstat (limited to 'os/connection.c')
-rw-r--r-- | os/connection.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/os/connection.c b/os/connection.c index eb1bcbef9..2fc3e8cec 100644 --- a/os/connection.c +++ b/os/connection.c @@ -154,8 +154,7 @@ extern __const__ int _nfiles; #include "xace.h" #endif #ifdef XCSECURITY -#define _SECURITY_SERVER -#include <X11/extensions/security.h> +#include "securitysrv.h" #endif #ifdef X_NOT_POSIX |