diff options
Diffstat (limited to 'builtins/help.c')
| -rw-r--r-- | builtins/help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/help.c b/builtins/help.c index d274535..6f632da 100644 --- a/builtins/help.c +++ b/builtins/help.c @@ -31,7 +31,7 @@ #include <glob/glob.h> #ifndef errno -extern int errno; +#include <errno.h> #endif extern const char * const bash_copyright; |
