I had to change main.cpp's:
#include <sys/time.h>
to simply:
#include <time.h>
on linux glibc version 2.2.5
Log in to post a comment.