diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-02 08:56:27 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2023-02-02 08:56:27 +0100 |
commit | 5e4f60a582fe3663a1ceefa429283d04a89c6716 (patch) | |
tree | 33a7450310fc4e1aa8ecc0f09a9052f2542f1a15 /src/LibTomMathDesc.c | |
parent | 499af55179261b7da6fb01f6947bb1d29bb02074 (diff) |
Linux build paths
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 574cdfb..f05b8b8 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" |