DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/test: fix missing header
@ 2019-04-19 12:03 Bruce Richardson
  2019-04-19 12:03 ` Bruce Richardson
  2019-04-19 12:09 ` [dpdk-dev] [dpdk-stable] " David Marchand
  0 siblings, 2 replies; 8+ messages in thread
From: Bruce Richardson @ 2019-04-19 12:03 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson, pablo.de.lara.guarch, stable

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: pablo.de.lara.guarch@intel.com
Cc: stable@dpdk.org

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
I sent this previously, but I don't think it made the public list, so resending.
Apologies to anyone who gets this twice!
---
 app/test/test_compressdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/test/test_compressdev.c b/app/test/test_compressdev.c
index 404b98f60..121514af5 100644
--- a/app/test/test_compressdev.c
+++ b/app/test/test_compressdev.c
@@ -5,6 +5,7 @@
 #include <zlib.h>
 #include <math.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 #include <rte_cycles.h>
 #include <rte_malloc.h>
-- 
2.20.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-04-19 21:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-19 12:03 [dpdk-dev] [PATCH] app/test: fix missing header Bruce Richardson
2019-04-19 12:03 ` Bruce Richardson
2019-04-19 12:09 ` [dpdk-dev] [dpdk-stable] " David Marchand
2019-04-19 12:09   ` David Marchand
2019-04-19 12:12   ` Bruce Richardson
2019-04-19 12:12     ` Bruce Richardson
2019-04-19 21:17     ` Thomas Monjalon
2019-04-19 21:17       ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).