diff options
Diffstat (limited to 'src/compression/widemuldiv.c')
-rw-r--r-- | src/compression/widemuldiv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compression/widemuldiv.c b/src/compression/widemuldiv.c index 3c2ac79..7d03c57 100644 --- a/src/compression/widemuldiv.c +++ b/src/compression/widemuldiv.c @@ -12,15 +12,15 @@ #include <stdio.h> #include <stdlib.h> -#include "compression/tng_compress.h" +#include "../../include/compression/tng_compress.h" /* 64 bit integers are not required in this part of the program. But they improve the running speed if present. If 64 bit integers are available define the symbol HAVE64BIT. It should get automatically defined by the defines in my64bit.h */ -#include "compression/my64bit.h" +#include "../../include/compression/my64bit.h" -#include "compression/widemuldiv.h" +#include "../../include/compression/widemuldiv.h" #ifndef TRAJNG_X86_GCC_INLINE_MULDIV #if defined(__GNUC__) && defined(__i386__) |