linux compile ps3 resigner
Closed this issue · 1 comments
masiafrest commented
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
| ^~~~~~~~~~~~
masiafrest commented
just found the fix i added #include <sys/time.h>
on the file main.cpp