summaryrefslogtreecommitdiff
path: root/devel/gearmand-devel/files/patch-libtest_timer.hpp
blob: 4fd67899a2f5b13ad51290db07a3a76c85244b0d (plain) (blame)
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 {