Fix compilation of sandbox.[ch] under musl-libc

Patch from jamestk; fix on 0.2.5.1-alpha. Fixes 17347.
This commit is contained in:
Nick Mathewson
2015-10-15 10:35:45 -04:00
parent 7c3f210e70
commit 50148dc45d
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (compilation):
- Fix compilation of sandbox.c with musl-libc.
Fixes bug 17347; bugfix on 0.2.5.1-alpha.
Patch from 'jamestk'.