Skip to content
Snippets Groups Projects
Commit b33bcb1e authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Add an errno.h include to freespace.c to fix bug 28974.

parent a9eec336
Branches
Tags
No related merge requests found
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.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment