1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

forgot an #include <sys/stat.h>

This commit is contained in:
Charles Kerr 2008-07-11 04:11:22 +00:00
parent b37a2cfa23
commit a18f55d217

View file

@ -44,6 +44,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
#include <fcntl.h>
@ -535,7 +536,8 @@ tr_getClutchDir( const tr_session * session UNUSED )
else
{
#ifdef SYS_DARWIN
#error not implemented
#warning FIXME BentMyWookie
#error darwin version not implemented
#elif defined(WIN32)
#warning hey win32 people is this good or is there a better implementation of the next four lines
char appdata[MAX_PATH_LENGTH];