diff options
author | kimkim <[email protected]> | 2022-02-10 16:49:27 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:27 +0300 |
commit | 13f84424ed9975f6827d9786087c6fe6ea265cda (patch) | |
tree | b94acc282c49a5de96b9e3e19feead21736f3273 /util/system/dynlib.h | |
parent | 35f29a67a6b8e50e1826c837330086049114c5ba (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/dynlib.h')
-rw-r--r-- | util/system/dynlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/dynlib.h b/util/system/dynlib.h index 66eaf4a5c1c..de77cd86cfe 100644 --- a/util/system/dynlib.h +++ b/util/system/dynlib.h @@ -2,7 +2,7 @@ #include "defaults.h" -#include <util/generic/ptr.h> +#include <util/generic/ptr.h> #include <util/generic/string.h> #define Y_GET_FUNC(dll, name) FUNC_##name((dll).Sym(#name)) |