diff options
Diffstat (limited to 'src/tests/md_openmp.c')
-rw-r--r-- | src/tests/md_openmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/md_openmp.c b/src/tests/md_openmp.c index 2314e6f..1560c5d 100644 --- a/src/tests/md_openmp.c +++ b/src/tests/md_openmp.c @@ -3,7 +3,7 @@ # include <time.h> # include <math.h> # include <omp.h> -# include <tng_io.h> +# include "tng_io.h" #include "tng_io_testing.h" int main ( int argc, char *argv[] ); |