diff options
Diffstat (limited to 'error.h')
| -rw-r--r-- | error.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | #ifndef ERROR_H | 1 | #ifndef ERROR_H |
| 2 | #define ERROR_H | 2 | #define ERROR_H |
| 3 | 3 | ||
| 4 | extern int errno; | 4 | #include <errno.h> |
| 5 | 5 | ||
| 6 | extern int error_intr; | 6 | extern int error_intr; |
| 7 | extern int error_nomem; | 7 | extern int error_nomem; |
