diff options
author | tejblum <[email protected]> | 2022-02-10 16:48:02 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:02 +0300 |
commit | 6ab7e5f5ada0643a48d393717f443bd548706ffc (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system/sem.cpp | |
parent | 2bf39531b4f50b889e946ac4866018678a4fb281 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/sem.cpp')
-rw-r--r-- | util/system/sem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/sem.cpp b/util/system/sem.cpp index e291f1423cf..4a93b903b5c 100644 --- a/util/system/sem.cpp +++ b/util/system/sem.cpp @@ -6,8 +6,8 @@ #include <alloca.h> #endif -#include <cerrno> -#include <cstring> +#include <cerrno> +#include <cstring> #ifdef _win_ #include "winint.h" |