diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:14:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:14:32 +0000 |
commit | 9d44865a7cddabc0d47ddea6895f652660aa90d2 (patch) | |
tree | 3a11aba9823dfa054bcfaf262a31ddd6ad0f5a85 /libps | |
parent | 4beb9757bcd12114dfa1591f5b6c1e51bc2ff217 (diff) |
Include <unistd.h>.
Diffstat (limited to 'libps')
-rw-r--r-- | libps/filters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libps/filters.c b/libps/filters.c index 0dff3dfa..345e90e8 100644 --- a/libps/filters.c +++ b/libps/filters.c @@ -23,6 +23,7 @@ #include <stdlib.h> #include <assert.h> #include <pwd.h> +#include <unistd.h> #include "ps.h" #include "common.h" |