Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/net-mgmt/centreon-clib/files/patch-src_process.cc
16462 views
1
--- src/process.cc.orig 2021-05-04 21:18:25 UTC
2
+++ src/process.cc
3
@@ -16,6 +16,9 @@
4
** For more information : contact@centreon.com
5
*/
6
7
+#if defined(__FreeBSD__) || defined (__DragonFly__)
8
+#include <array>
9
+#endif
10
#include <sstream>
11
12
#include <fcntl.h>
13
14