diff options
author | abokov <[email protected]> | 2022-02-10 16:49:57 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:57 +0300 |
commit | db144972bc686626e62c9bb5b84d932f987dc8ef (patch) | |
tree | e0ed404f8a8785b89e2f0edb6d22cc8ad474ece0 /util/system/hostname.cpp | |
parent | efc32853c4263131bc59412eaf1a9e4aaae2a1f9 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/hostname.cpp')
-rw-r--r-- | util/system/hostname.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/hostname.cpp b/util/system/hostname.cpp index 386f646d6bd..1e9a5adf48b 100644 --- a/util/system/hostname.cpp +++ b/util/system/hostname.cpp @@ -3,11 +3,11 @@ #include <util/generic/yexception.h> #include <util/network/ip.h> -#if defined(_unix_) +#if defined(_unix_) #include <unistd.h> #include <ifaddrs.h> #include <netdb.h> -#endif +#endif #if defined(_win_) #include <WinSock2.h> |