aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index a7d31ed0c..8d5537114 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -2148,6 +2148,9 @@ typedef struct procps_status_t {
2148 DIR *dir; 2148 DIR *dir;
2149#else 2149#else
2150 HANDLE snapshot; 2150 HANDLE snapshot;
2151 unsigned *pids;
2152 int npids;
2153 int maxpids;
2151#endif 2154#endif
2152 IF_FEATURE_SHOW_THREADS(DIR *task_dir;) 2155 IF_FEATURE_SHOW_THREADS(DIR *task_dir;)
2153 uint8_t shift_pages_to_bytes; 2156 uint8_t shift_pages_to_bytes;