summaryrefslogtreecommitdiff
path: root/tools/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/extern.h')
-rw-r--r--tools/extern.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/extern.h b/tools/extern.h
index e79e6f0..be01046 100644
--- a/tools/extern.h
+++ b/tools/extern.h
@@ -7,6 +7,12 @@
7#ifndef _EXTERN_H_ 7#ifndef _EXTERN_H_
8#define _EXTERN_H_ 8#define _EXTERN_H_
9 9
10#include <stddef.h>
11#include <stdio.h>
12
13#include <openssl/ec.h>
14#include <fido.h>
15
10struct blob { 16struct blob {
11 unsigned char *ptr; 17 unsigned char *ptr;
12 size_t len; 18 size_t len;