Skip to content

Commit

Permalink
Add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
markjolah committed Jul 16, 2020
1 parent 893b2de commit 1533e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/clib/pio_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* @see https://github.com/NCAR/ParallelIO
*/

#include <pio_error.h>

/**
* Global err buffer for MPI. When there is an MPI error, this buffer
* is used to store the error message that is associated with the MPI
Expand Down
1 change: 1 addition & 0 deletions tests/cunit/test_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
#include <config.h>
#include <pio.h>
#include <pio_error.h>
#include <pio_internal.h>
#include <pio_tests.h>

Expand Down

0 comments on commit 1533e32

Please sign in to comment.