summaryrefslogtreecommitdiffstats
path: root/bin/ps/fmt.c
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-07-05 15:58:27 +0000
committermike <mike@FreeBSD.org>2002-07-05 15:58:27 +0000
commit27f3da3573dab190f59e7ce8aace3b15c969e925 (patch)
treea41c113abb7c2549d3f2c6f25d72f022284e1613 /bin/ps/fmt.c
parent4174d50d4da09cfc6a016dbf259458a16780f34a (diff)
downloadFreeBSD-src-27f3da3573dab190f59e7ce8aace3b15c969e925.zip
FreeBSD-src-27f3da3573dab190f59e7ce8aace3b15c969e925.tar.gz
Don't depend on pollution in <limits.h> for the definition of
<stdint.h> macros.
Diffstat (limited to 'bin/ps/fmt.c')
-rw-r--r--bin/ps/fmt.c1
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>
OpenPOWER on IntegriCloud