test/compress: fix missing header include
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 25 Feb 2019 15:23:02 +0000 (15:23 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 26 Feb 2019 15:22:41 +0000 (16:22 +0100)
commit1fd0fa258b3eacf94b3c30c8ceb42c317572cd05
tree505301da4bed67b03a8a0c4b5fe8a45e79009e6d
parenta9de470cc7c0649221e156fc5f30a2dbdfe7c166
test/compress: fix missing header include

usleep() is defined in unistd.h, which is missing from include list
in test_compressdev.c, causing compiler errors on FreeBSD.

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