소스 검색

really fix build on plafrim

Samuel Thibault 8 년 전
부모
커밋
1780dae214
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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