From: Jerin Jacob Date: Tue, 28 Nov 2017 12:50:59 +0000 (+0530) Subject: test/crypto: fix missing include X-Git-Tag: spdx-start~125 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=3a55855081da3a354eedf51e37af4bad8b13c22a;p=dpdk.git test/crypto: fix missing include time() is defined in time.h Fixes: ffbe3be0d4 ("app/test: add libcrypto") Cc: stable@dpdk.org Signed-off-by: Jerin Jacob --- diff --git a/test/test/test_cryptodev.c b/test/test/test_cryptodev.c index 4eaaae209c..fed439cb3b 100644 --- a/test/test/test_cryptodev.c +++ b/test/test/test_cryptodev.c @@ -2,6 +2,8 @@ * Copyright(c) 2015-2017 Intel Corporation */ +#include + #include #include #include