1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-08-18 13:07:48 +00:00

Fix compilation of single applets

This commit is contained in:
topjohnwu
2020-06-19 02:45:57 -07:00
parent eecb66f4f1
commit 44895a86b8

@@ -1,6 +1,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <magisk.hpp> #include <magisk.hpp>
#include <utils.hpp>
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
umask(0); umask(0);