ports/devel/xeus/files/patch-src_xsystem.cpp
Yuri Victorovich cc2058f508 devel/xeus: update 4.0.3 → 5.0.0
Reported by:	portscout
2024-05-28 01:12:14 -07:00

11 lines
210 B
C++

--- src/xsystem.cpp.orig 2024-05-28 08:04:00 UTC
+++ src/xsystem.cpp
@@ -23,6 +23,8 @@
# include <mach-o/dyld.h>
#endif
+#include <sys/sysctl.h>
+
#include "xeus/xsystem.hpp"
#include "xeus/xhash.hpp"