[Pdns-users] Issues compiling 2.9.15

bert hubert ahu at ds9a.nl
Wed Jan 21 22:26:14 UTC 2004


On Thu, Jan 22, 2004 at 10:40:31AM +1300, Simon Helson wrote:
> zoneparser2.cc: In method `void ZoneParser::parse (const string &,
> const string &, unsigned int)':
> zoneparser2.cc:58: `STDIN_FILENO' undeclared (first use this function)
> zoneparser2.cc:58: (Each undeclared identifier is reported only once

Add:

#include <unistd.h>

to the top of zoneparser2.cc - this has been covered on the mailinglist over
the past few days.

-- 
http://www.PowerDNS.com      Open source, database driven DNS Software 
http://lartc.org           Linux Advanced Routing & Traffic Control HOWTO


More information about the Pdns-users mailing list