diff options
Diffstat (limited to 'utils/ps.c')
-rw-r--r-- | utils/ps.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -367,6 +367,8 @@ main(int argc, char *argv[]) /* Parse our command line. This shouldn't ever return an error. */ argp_parse (&argp, argc, argv, 0, 0, 0); + msgids_scan_std (); + err = proc_stat_list_create(context, &procset); if (err) error(1, err, "proc_stat_list_create"); |