forked from ports/contrib
12 lines
220 B
Plaintext
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;
|