Just need stdbool.h instead. Signed-off-by: Jeff Layton <jlayton@xxxxxxxxx> --- asn1.c | 2 +- spnego.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/asn1.c b/asn1.c index 4c0e48037f14..dd96d2c0e595 100644 --- a/asn1.c +++ b/asn1.c @@ -20,8 +20,8 @@ #include <string.h> #include <talloc.h> #include <stdint.h> +#include <stdbool.h> -#include "replace.h" #include "data_blob.h" #include "asn1.h" diff --git a/spnego.c b/spnego.c index 7f32d7d2efa9..e483e6e1c526 100644 --- a/spnego.c +++ b/spnego.c @@ -21,8 +21,8 @@ #include <talloc.h> #include <stdint.h> +#include <stdbool.h> -#include "replace.h" #include "data_blob.h" #include "asn1.h" #include "spnego.h" -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html