summaryrefslogtreecommitdiff
path: root/libps
diff options
context:
space:
mode:
Diffstat (limited to 'libps')
-rw-r--r--libps/ps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libps/ps.h b/libps/ps.h
index 84015d31..eb9a4cd8 100644
--- a/libps/ps.h
+++ b/libps/ps.h
@@ -400,7 +400,7 @@ struct proc_stat
/* This is a constant string holding a single character for each possible bit
in a proc_stats STATE field, in order from bit zero. These are intended
for printing a user-readable summary of a process's state. */
-char *proc_stat_state_tags;
+extern char *proc_stat_state_tags;
/* Process info accessor functions.