DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] ivshmem: fix compilation
@ 2014-05-19 12:36 Olivier Matz
  2014-05-19 13:00 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Matz @ 2014-05-19 12:36 UTC (permalink / raw)
  To: dev

Fix compilation error introduced by:
591a9d798 add FILE argument to debug functions

The stdio.h include is missing due to the recent adding of FILE*
argument of dump functions.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
---
 lib/librte_ivshmem/rte_ivshmem.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_ivshmem/rte_ivshmem.c b/lib/librte_ivshmem/rte_ivshmem.c
index 675c383..4a5e7b0 100644
--- a/lib/librte_ivshmem/rte_ivshmem.c
+++ b/lib/librte_ivshmem/rte_ivshmem.c
@@ -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>
-- 
1.9.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-19 13:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-19 12:36 [dpdk-dev] [PATCH] ivshmem: fix compilation Olivier Matz
2014-05-19 13:00 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).