commit 98755cbddf64860efce6ab357f119b8d7e769a1b parent a4b86421d2ab4716425dc39a3851bced9422317c Author: Nick Mathewson <nickm@torproject.org> Date: Wed, 2 Jan 2019 16:15:34 -0500 Merge branch 'bug28974_035' into maint-0.3.5 Diffstat:
| A | changes/bug28974 | | | 3 | +++ |
| M | src/lib/fs/freespace.c | | | 1 | + |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/changes/bug28974 b/changes/bug28974 @@ -0,0 +1,3 @@ + 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. diff --git a/src/lib/fs/freespace.c b/src/lib/fs/freespace.c @@ -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