In the process of building PowerDNS 2.9.15, my build errored out on a reference to STDIN_FILENO. After checking, I discovered that unistd.h needs to be #include'd for that symbol to be defined. Adding a '#include <unistd.h>' to it fixed the problem. Just thought I'd drop a note about this. -- Derrik Pates dpates at dsdk12.net