| changeset 1 | 96eaea05aba3 |
| 0:4a81352c5194 | 1:96eaea05aba3 |
|---|---|
1 errno fix |
|
2 |
|
3 diff -r c045670f36e9 error.h |
|
4 --- a/error.h Thu Nov 01 14:46:11 2007 +0100 |
|
5 +++ b/error.h Thu Nov 01 15:02:39 2007 +0100 |
|
6 @@ -1,7 +1,7 @@ |
|
7 #ifndef ERROR_H |
|
8 #define ERROR_H |
|
9 |
|
10 -extern int errno; |
|
11 +#include <errno.h> |
|
12 |
|
13 extern int error_intr; |
|
14 extern int error_nomem; |