diff --git a/ril/libril/RilSocket.h b/ril/libril/RilSocket.h index 053df3e4..1539c115 100644 --- a/ril/libril/RilSocket.h +++ b/ril/libril/RilSocket.h @@ -22,6 +22,8 @@ using namespace std; +extern "C" void *ril_socket_process_requests_loop(void *arg); + /** * Abstract socket class representing sockets in rild. *