summaryrefslogtreecommitdiffstats
path: root/util/system/info.cpp
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-02-10 16:48:02 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:02 +0300
commit659131349be7796c633c453b4d8b4fa20b8c6ee9 (patch)
tree67ae2197ea6054b7c46901db060a27fa94377631 /util/system/info.cpp
parenta8b9b8cf5b7405ae170a24f8e1fc27efd8b0849b (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/info.cpp')
-rw-r--r--util/system/info.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/system/info.cpp b/util/system/info.cpp
index cf6681e89a9..1dc3de5604d 100644
--- a/util/system/info.cpp
+++ b/util/system/info.cpp
@@ -28,9 +28,9 @@ static int getloadavg(double* loadavg, int nelem) {
}
#elif defined(_unix_) || defined(_darwin_)
#include <sys/types.h>
-#endif
-
-#if defined(_freebsd_) || defined(_darwin_)
+#endif
+
+#if defined(_freebsd_) || defined(_darwin_)
#include <sys/sysctl.h>
#endif