$NetBSD: patch-aa,v 1.1.1.1 2001/05/17 01:18:08 jtb Exp $

--- lib/drawbuf.h.orig	Fri May 11 12:30:15 2001
+++ lib/drawbuf.h	Fri May 11 12:31:46 2001
@@ -97,6 +97,8 @@
 
 #ifdef __FreeBSD__
 #include <machine/endian.h>
+#elif defined(__NetBSD__)
+#include <sys/endian.h>
 #else
 #include <endian.h>
 #endif
