From ea74e381ae91f45ec195a5505262e2e5a3c0e1c9 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 13 Jul 2012 00:47:24 +1000 Subject: [PATCH] xtest: add extinit.h for SyncExtensionInit This adds the decl for SyncExtenionInit. Signed-off-by: Dave Airlie Tested-by: Keith Packard Signed-off-by: Keith Packard --- test/xtest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/xtest.c b/test/xtest.c index 402d9ceba..e5e5241b7 100644 --- a/test/xtest.c +++ b/test/xtest.c @@ -30,6 +30,7 @@ #include "inputstr.h" #include "scrnintstr.h" #include "exevents.h" +#include "extinit.h" #include "xkbsrv.h" #include "xserver-properties.h" #include "syncsrv.h"