Magisk/native/jni/utils/include/utils.h

16 lines
258 B
C
Raw Normal View History

2019-02-25 05:09:34 +01:00
#pragma once
2017-04-04 21:44:13 +02:00
2019-06-23 12:53:41 +02:00
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/mman.h>
2017-04-04 21:44:13 +02:00
#include <stdio.h>
2017-04-07 00:21:20 +02:00
#include <dirent.h>
2017-11-23 16:55:33 +01:00
#include <pthread.h>
2018-10-04 21:06:13 +02:00
#include <poll.h>
2019-06-23 12:53:41 +02:00
#include <mntent.h>
2017-04-04 21:44:13 +02:00
2019-06-23 23:54:48 +02:00
#include "missing.h"
2019-07-02 07:58:19 +02:00
#include "xwrap.h"
#include "files.h"
#include "misc.h"