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 /src/tests/tng_io_read_pos_util.c | |
parent | db441e04e71e2a0177ee382216cf4677aa5878f7 (diff) |
Use relative paths for includes.
Diffstat (limited to 'src/tests/tng_io_read_pos_util.c')
-rw-r--r-- | src/tests/tng_io_read_pos_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/tng_io_read_pos_util.c b/src/tests/tng_io_read_pos_util.c index 6dd6524..64df9df 100644 --- a/src/tests/tng_io_read_pos_util.c +++ b/src/tests/tng_io_read_pos_util.c @@ -19,7 +19,7 @@ #include <stdlib.h> #include <stdio.h> -#include "tng_io.h" +#include "../../include/tng_io.h" int main(int argc, char **argv) { |