diff options
Diffstat (limited to 'src/lib/libcrypto/ui/ui_locl.h')
-rw-r--r-- | src/lib/libcrypto/ui/ui_locl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/libcrypto/ui/ui_locl.h b/src/lib/libcrypto/ui/ui_locl.h index 7d3a75a619..aa4a55637d 100644 --- a/src/lib/libcrypto/ui/ui_locl.h +++ b/src/lib/libcrypto/ui/ui_locl.h | |||
@@ -60,6 +60,11 @@ | |||
60 | #define HEADER_UI_LOCL_H | 60 | #define HEADER_UI_LOCL_H |
61 | 61 | ||
62 | #include <openssl/ui.h> | 62 | #include <openssl/ui.h> |
63 | #include <openssl/crypto.h> | ||
64 | |||
65 | #ifdef _ | ||
66 | #undef _ | ||
67 | #endif | ||
63 | 68 | ||
64 | struct ui_method_st | 69 | struct ui_method_st |
65 | { | 70 | { |