mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cbang: fix build
This commit is contained in:
parent
a6c1b46d0e
commit
b50b3e2d16
1 changed files with 10 additions and 0 deletions
10
srcpkgs/cbang/patches/fix-include.patch
Normal file
10
srcpkgs/cbang/patches/fix-include.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/src/cbang/openssl/BigNum.h
|
||||||
|
+++ b/src/cbang/openssl/BigNum.h
|
||||||
|
@@ -32,6 +32,7 @@
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
+#include <cstdint>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
typedef struct bignum_st BIGNUM;
|
Loading…
Add table
Reference in a new issue