$NetBSD: patch-aa,v 1.2 2004/09/10 19:32:44 wiz Exp $

--- myendian.h.orig	2001-07-25 16:09:37.000000000 +0200
+++ myendian.h
@@ -32,6 +32,10 @@
 
 #include <machine/endian.h>
 
+#elif defined(__NetBSD__)
+
+#include <sys/endian.h>
+
 #elif sun
 
 #define LITTLE_ENDIAN	1234
