(trunk libT) #4073 "suggest inclusion of <signal.h> in torrent.c" -- done.

This commit is contained in:
Jordan Lee 2011-02-28 13:10:56 +00:00
parent b6aba6e8c2
commit aa89303254
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
* $Id$
*/
#include <signal.h> /* signal() */
#include <sys/types.h> /* stat */
#include <sys/stat.h> /* stat */
#ifndef WIN32