mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
(trunk libT) fix blocklist.c build error on cygwin by adding #include <errno.h>. reported by stdisease
This commit is contained in:
parent
3a970c9fd9
commit
b4470fff72
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* free */
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue