summaryrefslogtreecommitdiff
path: root/Xext/security.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-06-21 16:18:41 -0700
committerAlan Coopersmith <alanc@alf.(none)>2006-06-21 16:18:41 -0700
commit77c947b900faf34f425eef1549d8210c475e093b (patch)
tree98e50b15f84fcbe964a286b4be57e38bc7929443 /Xext/security.c
parent40aafaf154ba8a2cba857689d1481be2d4a610c2 (diff)
Move Xserver internal API for appgroup from Xagsrv.h to appgroup.h
(Since all use is inside the xserver module, might as well keep the header in the Xserver module instead of in proto/XExt to allow easier synchronization of updates.)
Diffstat (limited to 'Xext/security.c')
-rw-r--r--Xext/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/security.c b/Xext/security.c
index 31f2b928b..187e80004 100644
--- a/Xext/security.c
+++ b/Xext/security.c
@@ -44,7 +44,7 @@ in this Software without prior written authorization from The Open Group.
#include <assert.h>
#include <stdarg.h>
#ifdef XAPPGROUP
-#include <X11/extensions/Xagsrv.h>
+#include "appgroup.h"
#endif
#include <stdio.h> /* for file reading operations */
#include <X11/Xatom.h> /* for XA_STRING */