diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-17 10:40:59 +1000 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-08-31 11:21:57 -0700 |
commit | 9466e30e4521b46475ca2cd4cb0b29bc862a1c05 (patch) | |
tree | a0165665f73f46505f4d2c16ccfcc3a3ba416f7a | |
parent | f6b0dd98e6e86d933a85f633fd66ce3c81cc768a (diff) |
Xext: include securproto.h instead of securstr.h
Reported-by: Byeong-ryeol Kim
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 4db8950b1dfc3150ee2e9f1f975e9ecb4eabb1f2)
-rw-r--r-- | Xext/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/security.c b/Xext/security.c index 1a90a82b1..3daedac34 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -37,7 +37,7 @@ in this Software without prior written authorization from The Open Group. #include "registry.h" #include "xacestr.h" #include "securitysrv.h" -#include <X11/extensions/securstr.h> +#include <X11/extensions/securproto.h> #include "modinit.h" /* Extension stuff */ |