[PATCH 4/4] examples: remove unnecessary include
Thomas Monjalon
thomas at monjalon.net
Tue Feb 17 18:43:14 CET 2026
21/01/2026 18:04, Stephen Hemminger:
> --- a/examples/l2fwd-cat/cat.c
> +++ b/examples/l2fwd-cat/cat.c
> @@ -12,7 +12,6 @@
> #include <stdio.h>
>
> #include <rte_common.h>
> -#include <rte_memcpy.h>
It breaks the build.
I add this:
--- a/examples/l2fwd-cat/cat.c
+++ b/examples/l2fwd-cat/cat.c
@@ -10,6 +10,7 @@
#include <sched.h>
#include <signal.h>
#include <stdio.h>
+#include <stdlib.h>
More information about the dev
mailing list