Skip to content

Commit

Permalink
Merge pull request #410 from seanm/statfs-linux-regression
Browse files Browse the repository at this point in the history
Fixed reported regression building with Emscripten
  • Loading branch information
gsjaardema authored Oct 16, 2023
2 parents 0369822 + 2b5a036 commit 162bbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/src/Ioss_FileInfo.C
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#elif defined(__OpenBSD__)
#include <sys/types.h>
#include <sys/mount.h>
#elif defined(__linux__)
#else
#include <sys/statfs.h>
#endif
#endif
Expand Down

0 comments on commit 162bbc9

Please sign in to comment.