summaryrefslogtreecommitdiffstats
path: root/openaes/src/oaes_lib.c
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-11-08 22:12:25 +0100
committerEthan Yonker <dees_troy@teamw.in>2014-11-08 22:12:28 +0100
commit6c41bfd2f324cee35fc36fc81e1b8d33cf7f1506 (patch)
treea12ec57039dac509aa76d53aaa61ced7b9796ae3 /openaes/src/oaes_lib.c
parentMake custom themes work again (diff)
downloadandroid_bootable_recovery-6c41bfd2f324cee35fc36fc81e1b8d33cf7f1506.tar
android_bootable_recovery-6c41bfd2f324cee35fc36fc81e1b8d33cf7f1506.tar.gz
android_bootable_recovery-6c41bfd2f324cee35fc36fc81e1b8d33cf7f1506.tar.bz2
android_bootable_recovery-6c41bfd2f324cee35fc36fc81e1b8d33cf7f1506.tar.lz
android_bootable_recovery-6c41bfd2f324cee35fc36fc81e1b8d33cf7f1506.tar.xz
android_bootable_recovery-6c41bfd2f324cee35fc36fc81e1b8d33cf7f1506.tar.zst
android_bootable_recovery-6c41bfd2f324cee35fc36fc81e1b8d33cf7f1506.zip
Diffstat (limited to '')
-rw-r--r--openaes/src/oaes_lib.c3
1 files changed, 2 insertions, 1 deletions
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 <stddef.h>
#include <time.h>
-#include <sys/timeb.h>
+//#include <sys/timeb.h>
+#include "ftime.h"
#include <malloc.h>
#include <string.h>