test/compress: fix missing include
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 19 Apr 2019 12:03:27 +0000 (13:03 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 19 Apr 2019 21:21:13 +0000 (23:21 +0200)
commit890028e252a4c327e16bf8336432c9a17693330a
treeaa2a88288d74cd953f4ab072f9cfc66f729f67e0
parent0e7d65181ae4382584855422c1e970c40372e598
test/compress: fix missing include

Build of test_compressdev.c fails on FreeBSD due to the missing
include of unistd.h, to provide the function usleep.

Fixes: b06aa643cac4 ("test/compress: add initial unit tests")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
app/test/test_compressdev.c