summaryrefslogtreecommitdiff
path: root/security/MyPasswordSafe/patches/patch-ab
blob: 2d14ddc9e8515a2e97c91d69b3d28372397079c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.1.1.1 2004/10/06 00:13:20 wiz Exp $

--- src/pwsafe/PwsPlatform.h.orig	2004-05-05 00:48:46.000000000 +0200
+++ src/pwsafe/PwsPlatform.h
@@ -3,7 +3,11 @@
 #ifndef PwsPlatform_h
 #define PwsPlatform_h
 
+#ifdef __NetBSD__
+#include <sys/endian.h>
+#else
 #include <endian.h>
+#endif
 
 #ifndef BYTE_ORDER
 #error BYTE_ORDER not defined