File daemontools-errno.patch of Package daemontools
=== modified file 'error.h' --- error.h 2007-11-30 14:01:29 +0000 +++ error.h 2007-11-30 14:03:07 +0000 @@ -1,6 +1,8 @@ #ifndef ERROR_H #define ERROR_H +#include <errno.h> + extern int errno; extern int error_intr;