diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:19:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-03-21 02:19:11 +0000 |
commit | 2e4ed01f888459b45f04352115703d72af272cc0 (patch) | |
tree | e77bde2859a5ca57f1b53bed8d581f5e522365d3 | |
parent | 8f92db17d2aa9c6f5a17a43e67dcd7f68f585e23 (diff) |
Include <string.h>.
-rw-r--r-- | libps/procstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libps/procstat.c b/libps/procstat.c index f610cce1..979d98b8 100644 --- a/libps/procstat.c +++ b/libps/procstat.c @@ -22,6 +22,7 @@ #include <stdio.h> #include <stdlib.h> #include <assert.h> +#include <string.h> #include "ps.h" #include "common.h" |