blob: ef2ed4491102709e440347cae9dbd3eb9b27b5e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
From f466964bff39aa1263fcf6967b09b3fe3017cdec Mon Sep 17 00:00:00 2001
From: auth <64337177+authorisation@users.noreply.github.com>
Date: Fri, 19 Apr 2024 22:51:04 +0900
Subject: [PATCH] fix: broken import
---
src/pongo/pongo_helper.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/pongo/pongo_helper.c b/src/pongo/pongo_helper.c
index 0a2bb2b..8f4b11f 100644
--- a/src/pongo/pongo_helper.c
+++ b/src/pongo/pongo_helper.c
@@ -2,7 +2,6 @@
#include <pongo/shellcode.h>
#include <pongo/pongo.h>
#include <pongo/lz4/lz4hc.h>
-#include <sys/_types/_null.h>
extern struct AchillesArgs args;
@@ -258,4 +257,4 @@ bool pongo_jailbreak(usb_handle_t *handle) {
// Done
return true;
-}
\ No newline at end of file
+}
--
2.44.0
|