contrib/daemontools/patch-error_h
2006-11-13 21:12:21 +01:00

12 lines
220 B
Plaintext

--- error.h.orig 2004-01-03 08:44:06.957060976 +0100
+++ error.h 2004-01-03 08:44:24.503393528 +0100
@@ -3,6 +3,8 @@
#ifndef ERROR_H
#define ERROR_H
+#include <errno.h>
+
extern int errno;
extern int error_intr;