mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +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$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h> /* free */
|
#include <stdlib.h> /* free */
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -35,6 +34,8 @@
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
|
extern int errno;
|
||||||
|
|
||||||
/***
|
/***
|
||||||
**** PRIVATE
|
**** PRIVATE
|
||||||
***/
|
***/
|
||||||
|
|
Loading…
Reference in a new issue