Skip to content

Commit

Permalink
Merge pull request #7940 from Irvise/master
Browse files Browse the repository at this point in the history
Ada binding: correct Alire manifest and fix build
  • Loading branch information
dgarske committed Sep 4, 2024
2 parents b26fa6c + 2a96981 commit 990b4d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrapper/Ada/alire.toml
Original file line number Diff line number Diff line change
@@ -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 <support@wolfssl.com>"]
maintainers = ["Fernando Oleo Blanco <irvise@irvise.xyz>"]
maintainers-logins = ["Irvise"]
licenses = "GPL-2.0-only"
Expand Down
2 changes: 2 additions & 0 deletions wrapper/Ada/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
extern "C" {
#endif

#include <stdint.h>

/* Usually comes from configure -> config.h */
#define HAVE_SYS_TIME_H

Expand Down

0 comments on commit 990b4d6

Please sign in to comment.