diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-02-05 21:06:05 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-02-05 21:06:05 -0500 |
commit | 5c30327275509576b7848a5f842e7a1bffabe980 (patch) | |
tree | dbf0332750312fade8d3120b93511d712fa94b5b /Xext/security.c | |
parent | bb1a577a6822f781f1e38d2434a13914e74f89aa (diff) |
XACE: Push the dix "structure" includes down to the security modules.
Diffstat (limited to 'Xext/security.c')
-rw-r--r-- | Xext/security.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Xext/security.c b/Xext/security.c index 6aab3a342..069655964 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -29,6 +29,9 @@ in this Software without prior written authorization from The Open Group. #endif #include "scrnintstr.h" +#include "inputstr.h" +#include "windowstr.h" +#include "propertyst.h" #include "colormapst.h" #include "privates.h" #include "registry.h" |