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:
parent
b37a2cfa23
commit
a18f55d217
1 changed files with 3 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue