setfiles: fix build failure after common_bufsiz change

Commit 47cfbf32fd ("*: add most of the
required setup_common_bufsiz() calls") switched this tool over to use
the common_bufsiz logic but missed including the header leading to a
build failure when enabled:
selinux/setfiles.c:80:30: error: 'bb_common_bufsiz1' undeclared (first use in this function)

URL: https://bugs.gentoo.org/600106
Reported-by: Jonas Jelten <jj@stusta.net>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
(cherry picked from commit 1cda879080)
1_25_stable
Mike Frysinger 2016-12-09 18:14:12 -05:00
parent 868530ade2
commit c1704a3474
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
//usage: "\n if it has changed"
#include "libbb.h"
#include "common_bufsiz.h"
#if ENABLE_FEATURE_SETFILES_CHECK_OPTION
#include <sepol/sepol.h>
#endif