Skip to content
Snippets Groups Projects
Commit 3480bb10 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

c: include errno.h

parent 27b8c870
Branches
Tags
No related merge requests found
......@@ -10,6 +10,8 @@ using CertSp = std::shared_ptr<dht::crypto::Certificate>;
extern "C" {
#endif
#include <errno.h>
// dht::InfoHash
inline dht_infohash dht_infohash_to_c(const dht::InfoHash& h) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment