aboutsummaryrefslogtreecommitdiff
path: root/devel/mold/files/patch-common_filepath.cc
blob: 12d71a2034c8857e418a688e9e34e71d988ae512 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- common/filepath.cc.orig	2024-05-03 15:37:12 UTC
+++ common/filepath.cc
@@ -3,6 +3,10 @@
 #include <filesystem>
 #include <sys/stat.h>
 
+#ifdef __FreeBSD__
+# include <sys/sysctl.h>
+#endif
+
 #ifdef __APPLE__
 # include <mach-o/dyld.h>
 #endif