mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
(trunk libT) better fix for the previous commit
This commit is contained in:
parent
b4470fff72
commit
2efe49c2eb
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h> /* free */
|
||||
#include <string.h>
|
||||
|
@ -35,6 +34,8 @@
|
|||
#include "net.h"
|
||||
#include "utils.h"
|
||||
|
||||
extern int errno;
|
||||
|
||||
/***
|
||||
**** PRIVATE
|
||||
***/
|
||||
|
|
Loading…
Reference in a new issue