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 e2955a8..dfc88b5 100644 --- a/src/compression/widemuldiv.c +++ b/src/compression/widemuldiv.c @@ -14,15 +14,15 @@ #include <stdio.h> #include <stdlib.h> -#include "tng_compress.h" +#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 "my64bit.h" +#include "compression/my64bit.h" -#include "widemuldiv.h" +#include "compression/widemuldiv.h" #ifndef TRAJNG_X86_GCC_INLINE_MULDIV #if defined(__GNUC__) && defined(__i386__) |