Skip to content

Commit

Permalink
COMP: Add needed include for Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
Woundorf committed Jul 27, 2022
1 parent 6f72a99 commit d27ec66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starviewer/src/core/harddiskinformation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#ifdef _WIN32
#include <windows.h>
#else
#include <cerrno>
// Per statvfs
#include <sys/statvfs.h>
#endif // _WIN32
Expand Down

0 comments on commit d27ec66

Please sign in to comment.