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

* Re: [dpdk-dev] [PATCH] ivshmem: fix compilation
  2014-05-19 12:36 [dpdk-dev] [PATCH] ivshmem: fix compilation Olivier Matz
@ 2014-05-19 13:00 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2014-05-19 13:00 UTC (permalink / raw)
  To: Olivier Matz; +Cc: dev

2014-05-19 14:36, Olivier Matz:
> 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>

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Sorry, it seems to be due to my last minute update of this patch:
	"don't inline string functions"
	http://dpdk.org/browse/dpdk/commit/?id=e5ac7c2ff367edd

Applied for version 1.7.0.

-- 
Thomas

^ 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).