summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asn1.c2
-rw-r--r--spnego.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/asn1.c b/asn1.c
index 4c0e480..dd96d2c 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 7f32d7d..e483e6e 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"