diff --git a/senseApis/xcbXorg.cpp b/senseApis/xcbXorg.cpp index c3ba910..94204ca 100644 --- a/senseApis/xcbXorg.cpp +++ b/senseApis/xcbXorg.cpp @@ -1,12 +1,16 @@ #include #include +#include #include "xcbXorg.h" static CExportedImplexorApiDesc xcbXorgExportedImplexorApis[] = { { - .name = "XcbXorg" + .name = "video-implexor" + }, + { + .name = NULL } };