(trunk libT) fix two trivial compiler warnings from r8562
This commit is contained in:
parent
73cef0d680
commit
62109971c5
|
@ -19,6 +19,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
#include <unistd.h> /* close() */
|
||||||
|
|
||||||
#include <event.h> /* evbuffer */
|
#include <event.h> /* evbuffer */
|
||||||
|
|
||||||
|
@ -26,6 +27,7 @@
|
||||||
|
|
||||||
#include "transmission.h"
|
#include "transmission.h"
|
||||||
#include "bencode.h"
|
#include "bencode.h"
|
||||||
|
#include "fdlimit.h" /* tr_open_file_for_writing() */
|
||||||
#include "json.h"
|
#include "json.h"
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "ptrarray.h"
|
#include "ptrarray.h"
|
||||||
|
|
Loading…
Reference in New Issue