diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-01-14 08:06:39 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-01-14 08:06:39 (GMT) |
commit | 951d5a3f6052de96220c190280d6e20fb22ada46 (patch) | |
tree | d7a6c42228dd141f8bedd883411c60e86402fc34 /include/compression/my64bit.h | |
parent | db441e04e71e2a0177ee382216cf4677aa5878f7 (diff) |
Use relative paths for includes.
Diffstat (limited to 'include/compression/my64bit.h')
-rw-r--r-- | include/compression/my64bit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/compression/my64bit.h b/include/compression/my64bit.h index 2959a8d..c17a4a9 100644 --- a/include/compression/my64bit.h +++ b/include/compression/my64bit.h @@ -18,7 +18,7 @@ typedef uint64_t my_uint64_t; #define HAVE64BIT #else /* USE_STD_INTTYPES */ /* The USE_WINDOWS symbol should be automatically defined in tng_compress.h */ -#include "compression/tng_compress.h" +#include "../compression/tng_compress.h" #ifdef USE_WINDOWS typedef __int64 my_int64_t; typedef unsigned __int64 my_uint64_t; |