aboutsummaryrefslogtreecommitdiff
path: root/src/LibTomMathDesc.c
diff options
context:
space:
mode:
authorLadislav Zezula <ladislav.zezula@avast.com>2023-02-02 09:09:55 +0100
committerLadislav Zezula <ladislav.zezula@avast.com>2023-02-02 09:09:55 +0100
commit68348b8842795b2b5c7fa85871f85882711d6d20 (patch)
treea9c60bb896a9294d3febc99e9f306e6ada06e8f5 /src/LibTomMathDesc.c
parentbd8100dd50dc276a8093cada4cb53d4cf721014c (diff)
Linux build errors
Diffstat (limited to 'src/LibTomMathDesc.c')
-rw-r--r--src/LibTomMathDesc.c2
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"