blob: 2f0f71a1a7fb1021991aa155f4aedf5a02eac770 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-manmake_manripper.cpp,v 1.1 2011/12/05 22:50:25 joerg Exp $
--- manmake/manripper.cpp.orig 2011-12-05 19:19:26.000000000 +0000
+++ manmake/manripper.cpp
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <ctype.h>
+#include <cstring>
#include <string>
#include <map>
|