diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/md5.c | 2 | ||||
-rw-r--r-- | src/lib/tng_io.c | 6 | ||||
-rw-r--r-- | src/lib/tng_io_fortran.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/md5.c b/src/lib/md5.c index bd11de3..ea8bb37 100644 --- a/src/lib/md5.c +++ b/src/lib/md5.c @@ -75,7 +75,7 @@ 1999-05-03 lpd Original version. */ -#include "md5.h" +#include "../../include/md5.h" #include <string.h> #undef BYTE_ORDER /* 1 = big-endian, -1 = little-endian, 0 = unknown */ diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index a9e1520..8e1e7ed 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -24,9 +24,9 @@ #include <zlib.h> #endif -#include "tng_io.h" -#include "md5.h" -#include "compression/tng_compress.h" +#include "../../include/tng_io.h" +#include "../../include/md5.h" +#include "../../include/compression/tng_compress.h" struct tng_bond { 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 */ |