mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
10 lines
177 B
Diff
10 lines
177 B
Diff
--- 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;
|