diff options
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ | |||
28 | #include <fcntl.h> | 28 | #include <fcntl.h> |
29 | #include <ctype.h> | 29 | #include <ctype.h> |
30 | 30 | ||
31 | #if ! defined BB_FEATURE_USE_PROCFS | ||
32 | #error Sorry, I depend on the /proc filesystem right now. | ||
33 | #endif | ||
31 | 34 | ||
32 | typedef struct proc_s { | 35 | typedef struct proc_s { |
33 | char | 36 | char |