diff options
Diffstat (limited to 'execute_cmd.c')
| -rw-r--r-- | execute_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/execute_cmd.c b/execute_cmd.c index 485b0c7..89001a5 100644 --- a/execute_cmd.c +++ b/execute_cmd.c @@ -54,7 +54,7 @@ #include <errno.h> #if !defined (errno) -extern int errno; +#include <errno.h> #endif #define NEED_FPURGE_DECL |
