From 7cfdc0439023d2550f51a9c54c7d914dba510e89 Mon Sep 17 00:00:00 2001 From: Akram Khan Date: Mon, 5 Nov 2018 02:45:06 +0600 Subject: [PATCH] added string.h and unistd.h header file --- app/src/main/cpp/neoterm.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/cpp/neoterm.cpp b/app/src/main/cpp/neoterm.cpp index cd4891e..1a7ad76 100755 --- a/app/src/main/cpp/neoterm.cpp +++ b/app/src/main/cpp/neoterm.cpp @@ -7,6 +7,8 @@ #include #include #include +#include +#include #define __neoterm_no_return __attribute__((__noreturn__))