Browse Source

really fix build on plafrim

Samuel Thibault 8 years ago
parent
commit
1780dae214
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/disk_ops/disk_hdf5.c

+ 1 - 0
src/core/disk_ops/disk_hdf5.c

@@ -16,6 +16,7 @@
 
 #include <fcntl.h>
 #include <errno.h>
+#include <common/config.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif