diff options
author | arcadia-devtools <[email protected]> | 2022-02-10 16:48:02 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:02 +0300 |
commit | 659131349be7796c633c453b4d8b4fa20b8c6ee9 (patch) | |
tree | 67ae2197ea6054b7c46901db060a27fa94377631 /util/system/info.cpp | |
parent | a8b9b8cf5b7405ae170a24f8e1fc27efd8b0849b (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/info.cpp')
-rw-r--r-- | util/system/info.cpp | 6 |
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 |