1
0
Fork 0
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:
Charles Kerr 2008-12-09 21:39:05 +00:00
parent b4470fff72
commit 2efe49c2eb

View file

@ -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
***/ ***/