diff options
author | gulin <[email protected]> | 2022-02-10 16:47:32 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:32 +0300 |
commit | 7199613d295246a07c2f7b331fbb3128936039dc (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/system/fs.cpp | |
parent | c807aae441c17fc7f577c35757a4b6e0bd909802 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/fs.cpp')
-rw-r--r-- | util/system/fs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/fs.cpp b/util/system/fs.cpp index 42abc86a15d..d2611a8ccc4 100644 --- a/util/system/fs.cpp +++ b/util/system/fs.cpp @@ -1,12 +1,12 @@ #include "fs.h" #include "defaults.h" -#if defined(_win_) +#if defined(_win_) #include "fs_win.h" #else #include <unistd.h> #include <errno.h> -#endif +#endif #include <util/generic/yexception.h> #include <util/memory/tempbuf.h> |