summaryrefslogtreecommitdiff
path: root/devel/tvision/patches/patch-ab
blob: fcf834ad02da834ccc000150e7e975e4af5ad9f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2001/05/17 01:18:08 jtb Exp $

--- lib/system.h.orig	Fri May 11 12:33:54 2001
+++ lib/system.h	Fri May 11 12:34:15 2001
@@ -107,6 +107,8 @@
 
 #ifdef __FreeBSD__
 #include <machine/endian.h>
+#elif defined(__NetBSD__)
+#include <sys/endian.h>
 #else
 #include <endian.h>
 #endif