PS3Xploit/PS3xploit-resigner

linux compile ps3 resigner

Closed this issue · 1 comments

main.cpp: In function ‘long long int current_timestamp()’:
main.cpp:685:5: error: ‘gettimeofday’ was not declared in this scope
685 | gettimeofday(&te, NULL); // get current time
| ^~~~~~~~~~~~

just found the fix i added #include <sys/time.h> on the file main.cpp