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

This commit is contained in:
xiongziliang 2019-09-27 09:58:42 +08:00
parent e3e412cf8e
commit 9fc31f3d3e
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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;