Fix openaes

timeb was removed from bionic so include the necessary code in
libopenaes as needed to make it work again.

Change-Id: Idf9eea4e09c7f149a53ed3e952feea0c6674cea6
diff --git a/openaes/src/oaes_lib.c b/openaes/src/oaes_lib.c
index 7cfdc1c..6e20b47 100644
--- a/openaes/src/oaes_lib.c
+++ b/openaes/src/oaes_lib.c
@@ -33,7 +33,8 @@
 
 #include <stddef.h>
 #include <time.h> 
-#include <sys/timeb.h>
+//#include <sys/timeb.h>
+#include "ftime.h"
 #include <malloc.h>
 #include <string.h>