diff options
Diffstat (limited to 'perform/pio_timer.c')
-rw-r--r-- | perform/pio_timer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perform/pio_timer.c b/perform/pio_timer.c index 2d0e141..10e0ff4 100644 --- a/perform/pio_timer.c +++ b/perform/pio_timer.c @@ -202,3 +202,6 @@ get_time(pio_time *pt, timer_type t) } #endif /* H5_HAVE_PARALLEL */ +#ifdef STANDALONE +#include "pio_standalone.c" +#endif |