blob: 0faf90dca3a64ee6e7713ed41a1ec36f6c01ce42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
https://bugs.gentoo.org/855575
--- a/havp/logfile.cpp
+++ b/havp/logfile.cpp
@@ -30,6 +30,7 @@
#include <map>
#include <cstdlib>
#include <cstring>
+#include <ctime>
#define LOGSTRINGLENGTH 1000
|