summaryrefslogtreecommitdiff
path: root/emulators/tuxnes/patches/patch-af
blob: a4c483f76bdd4c3f035401ba72a0d9c601834268 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2006/01/12 21:03:20 joerg Exp $

--- x11.c.orig	2006-01-12 20:53:39.000000000 +0000
+++ x11.c
@@ -31,7 +31,7 @@
 #include <unistd.h>
 #if defined(__FreeBSD__)
 #include <machine/endian.h>
-#elif defined(__NetBSD__) || defined(__OpenBSD__)
+#elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
 #include <sys/endian.h>
 #else /* Linux */
 #include <endian.h>