Skip to content

Commit

Permalink
Fix broken import in pongo_helper.c
Browse files Browse the repository at this point in the history
Related to alfiecg24#1

Remove unnecessary header file inclusion in `src/pongo/pongo_helper.c`.

* Remove the line `#include <sys/_types/_null.h>` at line 5 to fix compilation error on Linux.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/alfiecg24/Achilles/issues/1?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
Panky55 committed Oct 27, 2024
1 parent 9cb87ab commit 11a6934
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pongo/pongo_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -258,4 +257,4 @@ bool pongo_jailbreak(usb_handle_t *handle) {

// Done
return true;
}
}

0 comments on commit 11a6934

Please sign in to comment.