summarylogtreecommitdiffstats
path: root/build.patch
blob: 0075ec674c1330ba1be1b99e37e9de060b181dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- regress/coverage/covgcheck.cpp
+++ regress/coverage/covgcheck.cpp
@@ -43,6 +43,7 @@
 
 #include <cctype>
 #include <cstdio>
+#include <cstring>
 #include <algorithm>
 #include <locale>
 #include <fstream>
--- regress/repository/repocheck.cpp
+++ regress/repository/repocheck.cpp
@@ -43,6 +43,7 @@
 
 #include <cctype>
 #include <cstdio>
+#include <cstring>
 #include <algorithm>
 #include <locale>
 #include <fstream>