diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-07-05 15:58:27 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-07-05 15:58:27 +0000 |
| commit | 0ad736e62b3f8c5d8ae242610ba2ab9786d92e59 (patch) | |
| tree | a41c113abb7c2549d3f2c6f25d72f022284e1613 /bin | |
| parent | f0da5f560dcc53f9634823c285f1e7b1734cb317 (diff) | |
Notes
Diffstat (limited to 'bin')
| -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 fd8d4e77bd4d..44772842d879 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> |
