diff options
Diffstat (limited to 'bin/ps/fmt.c')
| -rw-r--r-- | bin/ps/fmt.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index f04ae9dc63915..76eb78c21c214 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -36,13 +36,13 @@  static char sccsid[] = "@(#)fmt.c	8.4 (Berkeley) 4/15/94";  #endif  static const char rcsid[] = -	"$Id: fmt.c,v 1.12 1998/06/17 11:33:10 jkoshy Exp $"; +	"$Id: fmt.c,v 1.11 1998/05/15 06:29:15 charnier Exp $";  #endif /* not lint */ -#include <sys/types.h> +#include <sys/param.h> +#include <sys/syslimits.h>  #include <sys/time.h>  #include <sys/resource.h> -#include <err.h>  #include <stdio.h>  #include <stdlib.h>  #include <string.h> | 
