Skip to content

Commit

Permalink
disp1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Apr 27, 2024
1 parent 0d0c9f9 commit 763f9d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions libdispatch/dinstance.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Currently two operations are defined:
#include <assert.h>
#include "netcdf.h"
#include "netcdf_aux.h"
#include "ncdispatch.h"
#include "nc4internal.h"
#include "nc4dispatch.h"
#include "ncoffsets.h"
Expand Down
1 change: 1 addition & 0 deletions libhdf5/hdf5var.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

#include "config.h"
#include "ncdispatch.h"
#include "nc4internal.h"
#include "hdf5internal.h"
#include "hdf5err.h" /* For BAIL2 */
Expand Down
1 change: 1 addition & 0 deletions libsrc4/nc4type.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*
* @author Ed Hartnett
*/
#include "ncdispatch.h"
#include "nc4internal.h"
#include "nc4dispatch.h"
#include <stddef.h>
Expand Down

0 comments on commit 763f9d2

Please sign in to comment.