From 0e46066efea4e385b2874d4a62a786957e572fe5 Mon Sep 17 00:00:00 2001 From: Jerome Glisse Date: Tue, 1 Sep 2009 13:59:47 +0200 Subject: [PATCH] Xext: fix a typo for bigreqsproto.h header file Signed-off-by: Jerome Glisse --- Xext/bigreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/bigreq.c b/Xext/bigreq.c index e666a592a..582b670b0 100644 --- a/Xext/bigreq.c +++ b/Xext/bigreq.c @@ -36,7 +36,7 @@ from The Open Group. #include "os.h" #include "dixstruct.h" #include "extnsionst.h" -#include +#include #include "opaque.h" #include "modinit.h"