$NetBSD: patch-ac,v 1.3 2003/09/22 12:27:29 xtraeme 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__)
 #  include <netinet/in.h>
 #endif