mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-19 05:26:54 +02:00
Linux build fixes for old distros.
This commit is contained in:
parent
d948728e66
commit
90da43cb83
6 changed files with 2417 additions and 2794 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Maintainer: Adam Ierymenko <adam.ierymenko@zerotier.com>
|
|||
Section: net
|
||||
Priority: optional
|
||||
Standards-Version: 3.9.6
|
||||
Build-Depends: debhelper (>= 9)
|
||||
Build-Depends: debhelper
|
||||
Vcs-Git: git://github.com/zerotier/ZeroTierOne
|
||||
Vcs-Browser: https://github.com/zerotier/ZeroTierOne
|
||||
Homepage: https://www.zerotier.com/
|
||||
|
|
1618
ext/libpqxx-7.7.3/config/config.guess
vendored
1618
ext/libpqxx-7.7.3/config/config.guess
vendored
File diff suppressed because it is too large
Load diff
2913
ext/libpqxx-7.7.3/config/config.sub
vendored
2913
ext/libpqxx-7.7.3/config/config.sub
vendored
File diff suppressed because it is too large
Load diff
|
@ -8,6 +8,7 @@
|
|||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
#include <stdexcept>
|
||||
|
||||
#include "prometheus/collectable.h"
|
||||
#include "prometheus/metric.h"
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <iostream>
|
||||
#include <memory>
|
||||
#include <functional>
|
||||
#include <stdexcept>
|
||||
|
||||
namespace prometheus {
|
||||
namespace simpleapi {
|
||||
|
|
676
zeroidc/Cargo.lock
generated
676
zeroidc/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue