diff options
Diffstat (limited to 'editors/awk.c')
-rw-r--r-- | editors/awk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/awk.c b/editors/awk.c index 9c8bef53a..f4eb1ab90 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -12,6 +12,7 @@ #include <unistd.h> #include <errno.h> #include <string.h> +#include <strings.h> #include <time.h> #include <math.h> #include <ctype.h> |