diff options
Diffstat (limited to 'system/busybox/bbsuid.c')
-rw-r--r-- | system/busybox/bbsuid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/busybox/bbsuid.c b/system/busybox/bbsuid.c index 8be2671b1..24d0d7d3e 100644 --- a/system/busybox/bbsuid.c +++ b/system/busybox/bbsuid.c @@ -16,6 +16,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <err.h> #define BBSUID_PATH "/bin/bbsuid" |