diff options
Diffstat (limited to 'bin/ps/fmt.c')
-rw-r--r-- | bin/ps/fmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index fd8d4e7..4477284 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -46,6 +46,7 @@ __FBSDID("$FreeBSD$"); #include <err.h> #include <limits.h> #include <stdio.h> +#include <stdint.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |