1--- error.h.orig 2+++ error.h 3@@ -1,7 +1,7 @@ 4 #ifndef ERROR_H 5 #define ERROR_H 6 7-extern int errno; 8+#include <errno.h> 9 10 extern int error_intr; 11 extern int error_nomem; 12 13