summaryrefslogtreecommitdiff
path: root/emulators/BasiliskII/patches/patch-aj
blob: 13fe69801d5d78a01f36afab6a895e56b5040c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.1 2005/11/17 16:56:39 joerg Exp $

--- src/Unix/ether_unix.cpp.orig	2005-11-17 14:30:02.000000000 +0000
+++ src/Unix/ether_unix.cpp
@@ -31,7 +31,7 @@
 #include <stdio.h>
 #include <map>
 
-#if defined(__FreeBSD__) || defined(sgi)
+#if defined(__FreeBSD__) || defined(sgi) defined(__DragonFly__)
 #include <net/if.h>
 #endif