dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] rte_tailq.h: Fix compilation under FreeBSD
@ 2014-06-05 16:12 Alan Carew
       [not found] ` <1401984728-21665-1-git-send-email-alan.carew-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Alan Carew @ 2014-06-05 16:12 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Recent change to rte_dump_tailq, which now uses a FILE parameter
causes compilation to fail under FreeBSD and sourced to a
missing include of stdio.h

This and next patch(both small) allows to compile without error.

Signed-off-by: Alan Carew <alan.carew-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
 lib/librte_eal/common/include/rte_tailq.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_eal/common/include/rte_tailq.h b/lib/librte_eal/common/include/rte_tailq.h
index 42df7d2..0ddcc11 100644
--- a/lib/librte_eal/common/include/rte_tailq.h
+++ b/lib/librte_eal/common/include/rte_tailq.h
@@ -45,6 +45,7 @@ extern "C" {
 #endif
 
 #include <sys/queue.h>
+#include <stdio.h>
 
 /** dummy structure type used by the rte_tailq APIs */
 struct rte_dummy {
-- 
1.9.3

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

end of thread, other threads:[~2014-06-11  9:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 16:12 [PATCH 1/2] rte_tailq.h: Fix compilation under FreeBSD Alan Carew
     [not found] ` <1401984728-21665-1-git-send-email-alan.carew-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-06-05 16:12   ` [PATCH 2/2] eal_pci: " Alan Carew
     [not found]     ` <1401984728-21665-2-git-send-email-alan.carew-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-06-10 21:00       ` Bruce Richardson
     [not found]         ` <20140610210047.GB25593-IWE99D/oH1/+pXziaqXtF9h3ngVCH38I@public.gmane.org>
2014-06-11  9:56           ` Thomas Monjalon
2014-06-10  5:56   ` [PATCH 1/2] rte_tailq.h: " Cao, Waterman
2014-06-10 20:58   ` Bruce Richardson
     [not found]     ` <20140610205805.GA25593-IWE99D/oH1/+pXziaqXtF9h3ngVCH38I@public.gmane.org>
2014-06-11  9:56       ` 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).