diff options
-rw-r--r-- | ucspi-tcp-0.88/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucspi-tcp-0.88/error.h b/ucspi-tcp-0.88/error.h index d5f3c7e..f660d93 100644 --- a/ucspi-tcp-0.88/error.h +++ b/ucspi-tcp-0.88/error.h @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H -extern int errno; +#include <errno.h> extern int error_intr; extern int error_nomem; |