(trunk libT) fix two trivial compiler warnings from r8562

This commit is contained in:
Charles Kerr 2009-05-30 21:59:09 +00:00
parent 73cef0d680
commit 62109971c5
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <string.h>
#include <locale.h>
#include <unistd.h> /* close() */
#include <event.h> /* evbuffer */
@ -26,6 +27,7 @@
#include "transmission.h"
#include "bencode.h"
#include "fdlimit.h" /* tr_open_file_for_writing() */
#include "json.h"
#include "list.h"
#include "ptrarray.h"