diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-10 16:48:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:02 +0300 |
commit | a61e8c559b6b690a019253067224d595e3d642f1 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system/info.cpp | |
parent | 659131349be7796c633c453b4d8b4fa20b8c6ee9 (diff) | |
download | ydb-a61e8c559b6b690a019253067224d595e3d642f1.tar.gz |
Restoring authorship annotation for <arcadia-devtools@yandex-team.ru>. Commit 2 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 1dc3de5604..cf6681e89a 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 |