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/lib/tng_io_fortran.c | |
parent | db441e04e71e2a0177ee382216cf4677aa5878f7 (diff) |
Use relative paths for includes.
Diffstat (limited to 'src/lib/tng_io_fortran.c')
-rw-r--r-- | src/lib/tng_io_fortran.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tng_io_fortran.c b/src/lib/tng_io_fortran.c index 9c3e551..f6101be 100644 --- a/src/lib/tng_io_fortran.c +++ b/src/lib/tng_io_fortran.c @@ -11,7 +11,7 @@ * modify it under the terms of the Revised BSD License. */ -#include "tng_io.h" +#include "../../include/tng_io.h" /* The following is for calling the library from fortran */ |