summaryrefslogtreecommitdiff
path: root/games/plib/patches/patch-ac
blob: 2b1d9e04334abbf08802cd7501bc54195b956327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.4 2006/03/28 23:05:05 joerg Exp $

--- src/net/netSocket.cxx.orig	Mon Sep 22 06:03:03 2003
+++ src/net/netSocket.cxx	Mon Sep 22 06:03:29 2003
@@ -25,7 +25,7 @@
 
 #if defined(__CYGWIN__) || !defined (WIN32)
 
-#if defined(__APPLE__)
+#if defined(__APPLE__) || defined (__FreeBSD__) || defined(__DragonFly__)
 #  include <netinet/in.h>
 #endif