diff options
-rw-r--r-- | checkpasswd/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkpasswd/error.h b/checkpasswd/error.h index 5459656..e01a68d 100644 --- a/checkpasswd/error.h +++ b/checkpasswd/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; |