From 534d4e0612d96210fe76c03c8c0a0355e0f20453 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Fri, 26 Aug 2016 10:05:03 -0500 Subject: Fix compatibility across the board Change-Id: I6376920775ddabb4d4af505fffd86e404403a64a --- twrp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'twrp.cpp') diff --git a/twrp.cpp b/twrp.cpp index 3de35af98..859a7fcfc 100644 --- a/twrp.cpp +++ b/twrp.cpp @@ -59,6 +59,8 @@ extern "C" { struct selabel_handle *selinux_handle; #endif +extern int adb_server_main(int is_daemon, int server_port, int /* reply_fd */); + TWPartitionManager PartitionManager; int Log_Offset; bool datamedia; -- cgit v1.2.3