blob: 1801f647cff4d76a3bd58d74cf4ab633d9261e83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-af,v 1.2 2011/11/25 21:33:11 joerg Exp $
--- kmess/crypt/sha1.cpp.orig 2004-05-21 02:00:44.000000000 +0000
+++ kmess/crypt/sha1.cpp
@@ -37,6 +37,7 @@
#include <stdio.h>
#include <sys/stat.h>
+#include <string.h>
Sha1::Sha1()
{
|