From da7a7cff516b76f624c732b310e63a32c8793507 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 24 Jan 2007 07:29:36 +0000 Subject: [PATCH] relative path --- stepmania/src/libtomcrypt/src/math/ltm_desc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/libtomcrypt/src/math/ltm_desc.c b/stepmania/src/libtomcrypt/src/math/ltm_desc.c index b29baf6fac..793d9d0369 100644 --- a/stepmania/src/libtomcrypt/src/math/ltm_desc.c +++ b/stepmania/src/libtomcrypt/src/math/ltm_desc.c @@ -14,7 +14,7 @@ #ifdef LTM_DESC -#include "libtommath/tommath.h" +#include "../../../libtommath/tommath.h" static const struct { int mpi_code, ltc_code;