blob: 446077ec10531dd6bc7d30c76569355d889e0f74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-src-main.cc,v 1.1 2011/11/22 20:02:48 joerg Exp $
--- src/main.cc.orig 2011-11-22 18:56:19.000000000 +0000
+++ src/main.cc
@@ -35,7 +35,7 @@
#include "../version.h"
#include <stdio.h>
-
+#include <string.h>
static void showHelp(int exitval) {
// print version - this should not be localized!
|