diff -Naur mindi-busybox-1.18.5.orig/shell/shell_common.h mindi-busybox-1.18.5.new/shell/shell_common.h
| 18 | 18 | */ |
|---|---|---|
| 19 | 19 | #ifndef SHELL_COMMON_H |
| 20 | 20 | #define SHELL_COMMON_H 1 |
| 21 | #include <sys/resource.h> | |
| 21 | 22 | |
| 22 | 23 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN |
| 23 | 24 |