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:
Olivier Matz 2014-05-19 14:36:37 +02:00 committed by Thomas Monjalon
parent 356cb732d5
commit 61d931aaee

View File

@ -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>