diff options
author | John Denker <jsd@av8n.com> | 2012-06-02 18:39:32 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-06-02 18:39:32 -0700 |
commit | e2463d90bca8ca4227a604ab0f80037fe1166448 (patch) | |
tree | ce3c7d60b5d66c42db3156e8b84e354e1fad7fb2 /checkpasswd | |
parent | 78488dc84afac1398e582ae6bbaf9606d07afa1e (diff) |
patch errno ... otherwise it fails at the 'ld' stage
Diffstat (limited to 'checkpasswd')
-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; |