From 6c41bfd2f324cee35fc36fc81e1b8d33cf7f1506 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Sat, 8 Nov 2014 15:12:25 -0600 Subject: Fix openaes timeb was removed from bionic so include the necessary code in libopenaes as needed to make it work again. Change-Id: Idf9eea4e09c7f149a53ed3e952feea0c6674cea6 --- openaes/src/oaes_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openaes/src/oaes_lib.c') diff --git a/openaes/src/oaes_lib.c b/openaes/src/oaes_lib.c index 7cfdc1c06..6e20b478f 100644 --- a/openaes/src/oaes_lib.c +++ b/openaes/src/oaes_lib.c @@ -33,7 +33,8 @@ static const char _NR[] = { #include #include -#include +//#include +#include "ftime.h" #include #include -- cgit v1.2.3