diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-12 16:25:30 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-12 16:25:30 +0000 |
commit | b7d00bd30468db6d1b84d3d5f296e588378d484b (patch) | |
tree | 77d34c6daa888e1b88137f2e7d2797ef50b83dfc /facter-3.14.24-fix-cpp-include.patch | |
parent | 6312f90f493c177c2efb0190716c8557cb5efe43 (diff) |
automatic import of facter
Diffstat (limited to 'facter-3.14.24-fix-cpp-include.patch')
-rw-r--r-- | facter-3.14.24-fix-cpp-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/facter-3.14.24-fix-cpp-include.patch b/facter-3.14.24-fix-cpp-include.patch new file mode 100644 index 0000000..a9dbe2a --- /dev/null +++ b/facter-3.14.24-fix-cpp-include.patch @@ -0,0 +1,10 @@ +--- facter-3.14.24/lib/src/facts/glib/load_average_resolver.cc.orig 2024-12-13 00:23:19.198257500 +0800 ++++ facter-3.14.24/lib/src/facts/glib/load_average_resolver.cc 2024-12-13 00:23:35.776936300 +0800 +@@ -1,6 +1,7 @@ + #include <internal/facts/glib/load_average_resolver.hpp> + #include <leatherman/logging/logging.hpp> + #include <cstdlib> ++#include <array> + + #ifdef __sun + #include <sys/loadavg.h> |