diff options
author | Dave Airlie <airlied@gmail.com> | 2012-07-13 00:47:24 +1000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-12 15:16:23 -0700 |
commit | ea74e381ae91f45ec195a5505262e2e5a3c0e1c9 (patch) | |
tree | b17e07ca6518aed0b0e5f21c4d9eab7378bc8078 | |
parent | 746193a7f10f11cccae05c98b933aadf58fc7375 (diff) |
xtest: add extinit.h for SyncExtensionInit
This adds the decl for SyncExtenionInit.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Tested-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | test/xtest.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |