- compilation fix for MacOSX 10.2 (tested on the SF compile farm)
This commit is contained in:
parent
569a97d99e
commit
1fef72b8be
@ -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 <signal.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/ioctl.h>
|
||||
#ifndef __APPLE__
|
||||
#include <sys/poll.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#ifdef __linux__
|
||||
|
Loading…
Reference in New Issue
Block a user