From 4db8950b1dfc3150ee2e9f1f975e9ecb4eabb1f2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 17 Jul 2009 10:40:59 +1000 Subject: [PATCH] Xext: include securproto.h instead of securstr.h Reported-by: Byeong-ryeol Kim Signed-off-by: Peter Hutterer --- Xext/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/security.c b/Xext/security.c index 8b72e179e..42eb9f01d 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 +#include #include "modinit.h" /* Extension stuff */