mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Add an errno.h include to freespace.c to fix bug 28974.
This commit is contained in:
parent
a9eec33649
commit
b33bcb1e63
2 changed files with 4 additions and 0 deletions
3
changes/bug28974
Normal file
3
changes/bug28974
Normal file
|
@ -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.
|
|
@ -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…
Add table
Reference in a new issue