From: William Roberts <william.c.roberts@xxxxxxxxx> Nothing was being used from the stdio_ext.h header file, so remove it. Additionally, Mac builds, required for the Android build, do not have this header. Change-Id: Ic61c87fcda79ffebeef93a20a2b3802f048bb0b0 Signed-off-by: William Roberts <william.c.roberts@xxxxxxxxx> --- libselinux/src/label_file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libselinux/src/label_file.c b/libselinux/src/label_file.c index 7156825..8ff1170 100644 --- a/libselinux/src/label_file.c +++ b/libselinux/src/label_file.c @@ -10,7 +10,6 @@ #include <stdarg.h> #include <string.h> #include <stdio.h> -#include <stdio_ext.h> #include <ctype.h> #include <errno.h> #include <limits.h> -- 1.9.1 _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.