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

erreur de compil sous ubuntu 20.4 #47

Open philivy opened 3 years ago

philivy commented 3 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 | ^~~~

j'ai du rajouter un inculde pour que la compil passe

include <sys/time.h>

merci !!