summaryrefslogtreecommitdiff
path: root/os/auth.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-06-20 18:22:51 -0700
committerAlan Coopersmith <alanc@alf.(none)>2006-06-20 18:22:51 -0700
commitd44b2a0a57fb89741173c31676af0ccc822387dc (patch)
tree2895b87ba4323de9ce2f5a3dec5dcf1e10c56896 /os/auth.c
parenta54435946544a039fc333bb5e3438501d0d1ffc6 (diff)
Move Xserver API for security extension to securitysrv.h
Diffstat (limited to 'os/auth.c')
-rw-r--r--os/auth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/auth.c b/os/auth.c
index 19c5534d3..d170ef8d8 100644
--- a/os/auth.c
+++ b/os/auth.c
@@ -48,8 +48,7 @@ from The Open Group.
# include <sys/types.h>
# include <sys/stat.h>
#ifdef XCSECURITY
-#define _SECURITY_SERVER
-# include <X11/extensions/security.h>
+# include "securitysrv.h"
#endif
#ifdef WIN32
#include <X11/Xw32defs.h>