diff options
Diffstat (limited to 'asn1.c')
-rw-r--r-- | asn1.c | 2 |
1 files changed, 1 insertions, 1 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" |