diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-06 16:54:09 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-11 14:27:25 +0100 |
commit | dc6cfb7cebc64cdb278f02d32f897819bba5f983 (patch) | |
tree | 04cb1d5a44a1da6d2420fbfe2eaf6a5c0c728cb8 /main/busybox/bbsuid.c | |
parent | 4923b942bfc1889d3b2f3f6cb20b2aeef6a65f06 (diff) | |
download | aports-dc6cfb7cebc64cdb278f02d32f897819bba5f983.tar.bz2 aports-dc6cfb7cebc64cdb278f02d32f897819bba5f983.tar.xz |
main/busybox: upgrade to 1.28.1
Diffstat (limited to 'main/busybox/bbsuid.c')
-rw-r--r-- | main/busybox/bbsuid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/busybox/bbsuid.c b/main/busybox/bbsuid.c index 8be2671b10..24d0d7d3e3 100644 --- a/main/busybox/bbsuid.c +++ b/main/busybox/bbsuid.c @@ -16,6 +16,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <err.h> #define BBSUID_PATH "/bin/bbsuid" |