Message ID | 20190502165154.21746-2-bruce.richardson@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | file meson compilation and install issues | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/mellanox-Performance-Testing | success | Performance Testing PASS |
ci/intel-Performance-Testing | success | Performance Testing PASS |
ci/Intel-compilation | fail | apply issues |
diff --git a/examples/l3fwd/l3fwd_lpm.c b/examples/l3fwd/l3fwd_lpm.c index 172a036b2..60a00639e 100644 --- a/examples/l3fwd/l3fwd_lpm.c +++ b/examples/l3fwd/l3fwd_lpm.c @@ -13,6 +13,7 @@ #include <errno.h> #include <getopt.h> #include <stdbool.h> +#include <sys/socket.h> #include <arpa/inet.h> #include <rte_debug.h>