We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error occurs in current_time.h. All that's needed is including #include <sys/time.h> for this platform.
current_time.h
#include <sys/time.h>
The text was updated successfully, but these errors were encountered:
Fixed compilation error on MIPS. yse#131
8865aab
Merge pull request #132 from jrlanglois/MIPSFix
e2fa76c
Fixed compilation error on MIPS. #131
@jrlanglois thanks for findning and fixing the problem!
Sorry, something went wrong.
happy to contribute!
No branches or pull requests
The error occurs in
current_time.h
. All that's needed is including#include <sys/time.h>
for this platform.The text was updated successfully, but these errors were encountered: