From b03f9fa63068c3d3216f9ccf55ebfcf6ca423154 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 (cherry picked from commit 0e46066efea4e385b2874d4a62a786957e572fe5) --- Xext/bigreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/bigreq.c b/Xext/bigreq.c index 188d1b37d..a9e106a0c 100644 --- a/Xext/bigreq.c +++ b/Xext/bigreq.c @@ -37,7 +37,7 @@ from The Open Group. #include "os.h" #include "dixstruct.h" #include "extnsionst.h" -#include +#include #include "opaque.h" #include "modinit.h"