summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/pgp2/patches/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgp2/patches/patch-aa b/security/pgp2/patches/patch-aa
index 6b85520d742..fd9beaf01d2 100644
--- a/security/pgp2/patches/patch-aa
+++ b/security/pgp2/patches/patch-aa
@@ -47,7 +47,7 @@
#define USUALS
+#ifdef __NetBSD__
-+#include <machine/endian.h>
++#include <sys/types.h>
+#if BYTE_ORDER == BIG_ENDIAN
+#define HIGHFIRST
+#endif