eal: fix build for FreeBSD
authorAlan Carew <alan.carew@intel.com>
Thu, 5 Jun 2014 16:12:07 +0000 (17:12 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 10 Jun 2014 22:29:33 +0000 (00:29 +0200)
commit86d5de5c46fc0d4b0cf418e7e5480a9438de1d29
treedd5e0af29a21e2d0e6b22918b2b02b8cb45087e9
parent3c53c0945ea3475a6169f94b555a5c272ed73a45
eal: fix build for FreeBSD

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

Errors:
rte_tailq.h:  unknown type name 'FILE' void rte_dump_tailq(FILE *f);
rte_memory.h: unknown type name 'FILE' void rte_dump_physmem_layout(FILE *f);

Signed-off-by: Alan Carew <alan.carew@intel.com>
Tested-by: Waterman Cao <waterman.cao@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_eal/common/include/rte_tailq.h