From 1fef72b8be5af92199042ada772fec673bcc4c4d Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Sat, 5 Aug 2006 15:53:52 +0000 Subject: [PATCH] - compilation fix for MacOSX 10.2 (tested on the SF compile farm) --- bochs/iodev/eth_tuntap.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bochs/iodev/eth_tuntap.cc b/bochs/iodev/eth_tuntap.cc index bd8ed83ac..830f84656 100644 --- a/bochs/iodev/eth_tuntap.cc +++ b/bochs/iodev/eth_tuntap.cc @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: eth_tuntap.cc,v 1.24 2006-04-25 22:52:38 mcb30 Exp $ +// $Id: eth_tuntap.cc,v 1.25 2006-08-05 15:53:52 vruppert Exp $ ///////////////////////////////////////////////////////////////////////// // // Copyright (C) 2001 MandrakeSoft S.A. @@ -43,7 +43,9 @@ #include #include #include +#ifndef __APPLE__ #include +#endif #include #include #ifdef __linux__