mem: fix build because of missing stdio.h for FILE
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Thu, 12 Jun 2014 08:10:50 +0000 (08:10 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 27 Jun 2014 00:22:01 +0000 (02:22 +0200)
commite957e2ca8049835da1a9a23a662716abf5de2bf0
tree5c653494ef4fdc05485f6108339fac87e03c52c4
parenta130f531187249a88edc1a5c29307f0d01abd827
mem: fix build because of missing stdio.h for FILE

Since commit "add FILE argument to debug functions" (591a9d7985c1230),
application which includes rte_memory.h without stdio.h will be hit
compilation failure:

/path/to/include/rte_memory.h:146:30: error: unknown type name ‘FILE’
 void rte_dump_physmem_layout(FILE *f);

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Reviewed-by: Hayato Momma <h-momma@ce.jp.nec.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/common/include/rte_memory.h