Skip to content

Commit

Permalink
Compilation warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 19, 2021
1 parent 8c9ce59 commit 4a2d944
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions frida_mode/src/ctx/ctx_arm32.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "frida-gumjs.h"

#include "ctx.h"
#include "util.h"

#if defined(__arm__)

Expand Down
1 change: 1 addition & 0 deletions frida_mode/src/ctx/ctx_arm64.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "frida-gumjs.h"

#include "ctx.h"
#include "util.h"

#if defined(__aarch64__)

Expand Down
1 change: 1 addition & 0 deletions frida_mode/src/ctx/ctx_x86.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "frida-gumjs.h"

#include "ctx.h"
#include "util.h"

#if defined(__i386__)

Expand Down
1 change: 1 addition & 0 deletions frida_mode/src/persistent/persistent_x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "instrument.h"
#include "persistent.h"
#include "util.h"

#if defined(__i386__)

Expand Down

0 comments on commit 4a2d944

Please sign in to comment.