Compilation warning fixes

This commit is contained in:
Your Name 2021-11-19 18:06:15 +00:00
parent 8c9ce591e5
commit 4a2d944df3
4 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "frida-gumjs.h"
#include "ctx.h"
#include "util.h"
#if defined(__arm__)

View File

@ -1,6 +1,7 @@
#include "frida-gumjs.h"
#include "ctx.h"
#include "util.h"
#if defined(__aarch64__)

View File

@ -1,6 +1,7 @@
#include "frida-gumjs.h"
#include "ctx.h"
#include "util.h"
#if defined(__i386__)

View File

@ -4,6 +4,7 @@
#include "instrument.h"
#include "persistent.h"
#include "util.h"
#if defined(__i386__)