From: Bruce Richardson Date: Fri, 19 Apr 2019 12:03:27 +0000 (+0100) Subject: test/compress: fix missing include X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=890028e252a4c327e16bf8336432c9a17693330a;p=dpdk.git 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 Reviewed-by: David Marchand --- diff --git a/app/test/test_compressdev.c b/app/test/test_compressdev.c index 8d6dbf00d5..1b1983e219 100644 --- a/app/test/test_compressdev.c +++ b/app/test/test_compressdev.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include