ivshmem: fix build
Fix compilation error introduced by: e5ac7c2ff367edd eal: don't inline string functions The stdio.h include is missing due to its removing from rte_string_fns.h. Signed-off-by: Olivier Matz <olivier.matz@6wind.com> Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
356cb732d5
commit
61d931aaee
@ -35,6 +35,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <rte_eal_memconfig.h>
|
||||
#include <rte_memory.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user