diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 14:38:32 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 14:38:32 (GMT) |
commit | 9d7e53f000baae40b1d942a4c63b66283907ff9b (patch) | |
tree | bfa618c6955b4b9c53afc14f3f3b727a11ff0bb6 /src/tests/tng_io_testing.c | |
parent | ff2db43e1c85a09cc3a9ab2d2bcaa6633f8af954 (diff) |
Fix includes.
Diffstat (limited to 'src/tests/tng_io_testing.c')
-rw-r--r-- | src/tests/tng_io_testing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index 0f67ccc..61bdab0 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -19,7 +19,7 @@ #include <stdlib.h> #include <string.h> -#include <tng_io.h> +#include "tng_io.h" #include "tng_io_testing.h" static tng_function_status tng_test_setup_molecules(tng_trajectory_t traj) |