diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-02 09:09:55 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-02 09:09:55 +0100 |
commit | 68348b8842795b2b5c7fa85871f85882711d6d20 (patch) | |
tree | a9c60bb896a9294d3febc99e9f306e6ada06e8f5 /src/LibTomMathDesc.c | |
parent | bd8100dd50dc276a8093cada4cb53d4cf721014c (diff) |
Linux build errors
Diffstat (limited to 'src/LibTomMathDesc.c')
-rw-r--r-- | src/LibTomMathDesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LibTomMathDesc.c b/src/LibTomMathDesc.c index f05b8b8..0d2fb3a 100644 --- a/src/LibTomMathDesc.c +++ b/src/LibTomMathDesc.c @@ -1,4 +1,4 @@ // This is a source file for WDK build of StormLib // It is copied to the root folder during the build process -#include "./libtomcrypt/src/math/ltm_desc.c" +#include "libtomcrypt/src/math/ltm_desc.c" |