PS3Xploit / PS3xploit-resigner

A Tool To Resign PS2/PS3/PSX/PSP Content For Use With PS3 etHANol 4.82/4.84
GNU General Public License v3.0
186 stars 73 forks source link

linux compile ps3 resigner #41

Closed masiafrest closed 4 years ago

masiafrest commented 4 years ago

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 4 years ago

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