setfiles: fix build failure after common_bufsiz change
authorMike Frysinger <vapier@gentoo.org>
Fri, 9 Dec 2016 23:14:12 +0000 (18:14 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 9 Dec 2016 23:14:12 +0000 (18:14 -0500)
Commit 47cfbf32fd66563f8c4e09ad6cced6abfbe2fad5 ("*: 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>
selinux/setfiles.c

index 4fc307f550d7c712b3f738ea9d723e048a0c6b66..9fa5d3f3093a049da7f808bbd5223751f8067e9d 100644 (file)
@@ -77,6 +77,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