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 <jerin.jacob@caviumnetworks.com>
This commit is contained in:
parent
c4000fe518
commit
3a55855081
@ -2,6 +2,8 @@
|
||||
* Copyright(c) 2015-2017 Intel Corporation
|
||||
*/
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#include <rte_common.h>
|
||||
#include <rte_hexdump.h>
|
||||
#include <rte_mbuf.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user