From a1d41e311c21eb6627caa0d168e070ceaf90806f Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 10 Jul 2012 02:02:56 +0100 Subject: Move extension initialisation prototypes into extinit.h Create extinit.h (and xf86Extensions.h, for Xorg-specific extensions) to hold all our extension initialisation prototypes, rather than duplicating them everywhere. Signed-off-by: Daniel Stone Reviewed-by: Peter Hutterer Signed-off-by: Keith Packard --- Xext/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xext/security.c') diff --git a/Xext/security.c b/Xext/security.c index c101b7d2f..6cc9aa044 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -38,7 +38,7 @@ in this Software without prior written authorization from The Open Group. #include "xacestr.h" #include "securitysrv.h" #include -#include "modinit.h" +#include "extinit.h" #include "protocol-versions.h" /* Extension stuff */ -- cgit v1.2.3