Loading changes/bug28974 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (compilation): - Fix compilation for Android by adding a missing header to freespace.c. Fixes bug 28974; bugfix on 0.3.5.1-alpha. src/lib/fs/freespace.c +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ #include <windows.h> #endif #include <errno.h> #include <string.h> /** Return the amount of free disk space we have permission to use, in Loading Loading
changes/bug28974 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes (compilation): - Fix compilation for Android by adding a missing header to freespace.c. Fixes bug 28974; bugfix on 0.3.5.1-alpha.
src/lib/fs/freespace.c +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ #include <windows.h> #endif #include <errno.h> #include <string.h> /** Return the amount of free disk space we have permission to use, in Loading