1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-04-20 19:41:28 +00:00

daemon.c uses external flags

This commit is contained in:
topjohnwu 2018-10-28 16:55:40 -04:00
parent 3e22573d8d
commit ceb51bb14f

@ -18,6 +18,7 @@
#include "utils.h"
#include "daemon.h"
#include "selinux.h"
#include "flags.h"
int setup_done = 0;
int seperate_vendor = 0;