1 2 3 4 5 6 7 8 9 10 11 12
--- libtest/timer.hpp.orig 2019-04-09 09:38:58 UTC +++ libtest/timer.hpp @@ -39,6 +39,9 @@ #include <cstdlib> #include <ctime> #include <iostream> +#ifdef __FreeBSD__ +#include <stdint.h> +#endif namespace libtest {