fix(test/plugins): solve compilation issues

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce 2023-02-17 11:11:03 +00:00 committed by poiana
parent 4c72f36748
commit e54eda16f7
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ limitations under the License.
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <plugin_info.h> #include <engine/source_plugin/plugin_info.h>
static const char *pl_required_api_version = PLUGIN_API_VERSION_STR; static const char *pl_required_api_version = PLUGIN_API_VERSION_STR;
static const char *pl_name_base = "test_extract"; static const char *pl_name_base = "test_extract";

View File

@ -18,7 +18,7 @@ limitations under the License.
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <plugin_info.h> #include <engine/source_plugin/plugin_info.h>
static const char *pl_required_api_version = PLUGIN_API_VERSION_STR; static const char *pl_required_api_version = PLUGIN_API_VERSION_STR;
static uint32_t pl_id = 999; static uint32_t pl_id = 999;