blob: 2ef2edda2059a77abf839a372eb6a32b61f5e2b8 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
 | --- Robots/xt-bot/xt-bot-a.cpp.orig	2018-10-20 20:32:42 UTC
+++ Robots/xt-bot/xt-bot-a.cpp
@@ -24,6 +24,7 @@ General Public License for more details.
 ****************************************************************************/
 
 #include <iostream>
+#include <cstring>
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
 |