summaryrefslogtreecommitdiff
path: root/security/MyPasswordSafe/patches/patch-src-pwsafe-Util.cpp
blob: 4a5ad94c73af725c0959ca700ce8eb1fe8d6f8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src-pwsafe-Util.cpp,v 1.1 2011/11/22 20:05:25 joerg Exp $

--- src/pwsafe/Util.cpp.orig	2011-11-22 19:15:04.000000000 +0000
+++ src/pwsafe/Util.cpp
@@ -5,7 +5,10 @@
 #include "PW_BlowFish.h"
 //#include "PwsPlatform.h"
 
+#include <limits.h>
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <iostream>
 using std::cout;
 using std::endl;