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:
Jerin Jacob 2017-11-28 18:20:59 +05:30 committed by Pablo de Lara
parent c4000fe518
commit 3a55855081

View File

@ -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>