From 2a96981dbeccf3bdb72791e613eda471e9bba1de Mon Sep 17 00:00:00 2001 From: Irvise Date: Wed, 4 Sep 2024 09:42:24 +0200 Subject: [PATCH] Ada binding: correct Alire manifest and fix build --- wrapper/Ada/alire.toml | 4 ++-- wrapper/Ada/user_settings.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wrapper/Ada/alire.toml b/wrapper/Ada/alire.toml index 7a963a78ac..53b0e94644 100644 --- a/wrapper/Ada/alire.toml +++ b/wrapper/Ada/alire.toml @@ -1,8 +1,8 @@ name = "wolfssl" description = "WolfSSL encryption library and its Ada bindings" -version = "5.7.0" +version = "5.7.2" -authors = ["Fernando Oleo Blanco"] +authors = ["WolfSSL Team "] maintainers = ["Fernando Oleo Blanco "] maintainers-logins = ["Irvise"] licenses = "GPL-2.0-only" diff --git a/wrapper/Ada/user_settings.h b/wrapper/Ada/user_settings.h index b6559a8c94..00f06a0fab 100644 --- a/wrapper/Ada/user_settings.h +++ b/wrapper/Ada/user_settings.h @@ -34,6 +34,8 @@ extern "C" { #endif +#include + /* Usually comes from configure -> config.h */ #define HAVE_SYS_TIME_H