Commit 9fc31f3d by xiongziliang

修复android下老版本ndk编译兼容性问题

parent e3e412cf
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
*/ */
#include <limits.h> #include <limits.h>
#include <sys/stat.h>
#include <sys/resource.h> #include <sys/resource.h>
#include <unistd.h> #include <unistd.h>
#include <stdexcept> #include <stdexcept>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#define IPTV_PROCESS_H #define IPTV_PROCESS_H
#include <sys/wait.h> #include <sys/wait.h>
#include <sys/fcntl.h> #include <fcntl.h>
#include <string> #include <string>
using namespace std; using namespace std;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论