pkgsrc/graphics/opendis/patches/patch-ab
2000-08-22 19:22:03 +00:00

12 lines
287 B
Text

$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