diff options
Diffstat (limited to 'openmp/runtime/src/ompt-internal.h')
| -rw-r--r-- | openmp/runtime/src/ompt-internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/ompt-internal.h b/openmp/runtime/src/ompt-internal.h index c6823fc0396..170a9ec5aec 100644 --- a/openmp/runtime/src/ompt-internal.h +++ b/openmp/runtime/src/ompt-internal.h @@ -15,7 +15,7 @@ #define __OMPT_INTERNAL_H__ #include "ompt-event-specific.h" -#include "ompt.h" +#include "omp-tools.h" #define OMPT_VERSION 1 @@ -60,7 +60,7 @@ typedef struct { int thread_num; #if OMP_40_ENABLED int ndeps; - ompt_task_dependence_t *deps; + ompt_dependence_t *deps; #endif /* OMP_40_ENABLED */ } ompt_task_info_t; |

