diff options
Diffstat (limited to 'bin/ksh/c_ulimit.c')
-rw-r--r-- | bin/ksh/c_ulimit.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ksh/c_ulimit.c b/bin/ksh/c_ulimit.c index 0e8278d1717..8d3124e2764 100644 --- a/bin/ksh/c_ulimit.c +++ b/bin/ksh/c_ulimit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: c_ulimit.c,v 1.21 2015/10/19 02:15:45 mmcc Exp $ */ +/* $OpenBSD: c_ulimit.c,v 1.22 2015/10/19 14:42:16 mmcc Exp $ */ /* ulimit -- handle "ulimit" builtin @@ -20,6 +20,8 @@ #include <sys/resource.h> +#include <string.h> + #include "sh.h" #define SOFT 0x1 |