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