diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-12-18 12:35:57 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-12-18 12:39:08 -0500 |
commit | 777408914dbf395e9969e3f34720286e6f740369 (patch) | |
tree | 75e17887324b0778c84c3d54ad9d8a8d20719cf7 /hw/xfree86 | |
parent | 9e4ef3cfe5ee178c266edd64a8edd767827aa0d7 (diff) |
Add xace headers to the SDK when enabled and export the XaceHooks symbol
to modules.
Diffstat (limited to 'hw/xfree86')
-rwxr-xr-x | hw/xfree86/loader/sdksyms.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/loader/sdksyms.sh b/hw/xfree86/loader/sdksyms.sh index e6c15cca4..55f7206f2 100755 --- a/hw/xfree86/loader/sdksyms.sh +++ b/hw/xfree86/loader/sdksyms.sh @@ -311,6 +311,7 @@ cat > sdksyms.c << EOF #include "validate.h" #include "window.h" #include "windowstr.h" +#include "xace.h" #include "xkbfile.h" #include "xkbsrv.h" #include "xkbstr.h" |