bus/fslmc: fix build with musl libc
authorNatanael Copa <ncopa@alpinelinux.org>
Wed, 13 Mar 2019 17:06:47 +0000 (18:06 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 31 Mar 2019 00:02:21 +0000 (01:02 +0100)
commitda1a31d92d65b88e068724da342ea46dfaa70036
treee9e1a12fd68903cd32e7e8ee8006b70b09ffea51
parent0ebe8561a1898db1fb881a9b3d2aa33822287e50
bus/fslmc: fix build with musl libc

This fixes the following compile error with musl libc:

drivers/bus/fslmc/qbman/include/compat.h:41:10: error:
'stdout' undeclared (first use in this function)
   fflush(stdout); \
          ^~~~~~

Fixes: 531b17a780dc ("bus/fslmc: add QBMAN driver to bus")
Cc: stable@dpdk.org
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
drivers/bus/fslmc/qbman/include/compat.h