12 lines
251 B
Text
12 lines
251 B
Text
$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()
|
|
{
|