mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 15:47:25 +00:00
fix(test/plugins): solve compilation issues
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
4c72f36748
commit
e54eda16f7
@ -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";
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user