diff options
-rw-r--r-- | asn1.c | 2 | ||||
-rw-r--r-- | spnego.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" @@ -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" |