summaryrefslogtreecommitdiff
path: root/graphics/opendis/patches/patch-ab
blob: 25448b6f88631a39243464da8daf7c2cf46195e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1 2000/08/22 19:22:04 dmcmahill Exp $

needed on pre-1.5 systems.

--- src/defs.h.orig	Fri Nov 26 20:44:38 1999
+++ src/defs.h	Tue Aug 22 15:12:57 2000
@@ -36,4 +36,5 @@
 #include <posix/endian.h>
 #else
+#include <sys/types.h>
 #include <machine/endian.h>
 #endif